Color Hex Logo

#f3630f Color Hex

#F3630F
(243,99,15)
0 Favorites   0 Comments

Color spaces of #f3630f

RGB 2439915
HSL0.060.900.51
HSV22°94°95°
CMYK 0.000.590.94   0.05
XYZ41.510228.01293.6711
Yxy28.01290.56710.3827
Hunter Lab52.927247.372932.9366
CIE-Lab59.900452.194966.2514

#f3630f color RGB value is (243,99,15).

#f3630f hex color red value is 243, green value is 99 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #f3630f hue: 0.06 , saturation: 0.90 and the lightness value of f3630f is 0.51.

The process color (four color CMYK) of #f3630f color hex is 0.00, 0.59, 0.94, 0.05. Web safe color of #f3630f is #ff6600. Color #f3630f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01100011 00001111
Octal 363 143 17
Decimal 243 99 15
Hex F3 63 F

RGB Percentages of Color #f3630f

%68.07
%27.73
%4.20

CMYK Percentages of Color #f3630f

%0
%59
%94
%5

Triadic Colors of #f3630f

#f3630f #0ff363 #630ff3

Analogous Colors of #f3630f

#f3630f #f3d50f #f30f2d

Monochromatic Colors of #f3630f

#f3630f

Complementary Color

#f3630f #0f9ff3

#f3630f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3630f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3630f Color CSS Codes

.mybgcolor {background-color:#f3630f; } 
.myforecolor {color:#f3630f; }
.mybordercolor {border:3px solid #f3630f; }

#f3630f Text Font Color

<p style="color:#f3630f">Text here</p>

This sample text font color is #f3630f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f3630f Background Color

<div style="background-color:#f3630f">
Div content here</div>

This div background color is #f3630f


#f3630f Border Color

<div style="border:3px solid #f3630f">
Div here</div>

This div border color is #f3630f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,99,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f3630f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f3630f;
  -webkit-box-shadow: 1px 1px 3px 2px #f3630f;
  box-shadow:         1px 1px 3px 2px #f3630f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,99,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f3630f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f3630f;
  -webkit-box-shadow: 1px 1px 3px 2px #f3630f;
  box-shadow:         1px 1px 3px 2px #f3630f;">
Div content here</div>

This div box has shadow with color #f3630f


Comments

No comments written yet.

Please login to write comment.