#F36B05

Color #F36B05 Safety Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Safety Orange #F36B05

Tints of Safety Orange #F36B05

Color information

#F36B05 (or 0xF36B05) is unknown color: approx Safety Orange. HEX triplet: F3, 6B and 05. RGB value is (243,107,5). Sum of RGB (Red+Green+Blue) = 243+107+5=355 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.45% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 243 - color contains mainly: red. Hex color #F36B05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36B05 is #0C94FA. Grayscale: #888888. Windows color (decimal): -824571 or 355315. OLE color: 355315.

HSL color Cylindrical-coordinate representation of color #F36B05: hue angle of 25.71º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F36B05 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB2431075-
CMYK00.560.980.05
HSL25.71º95.97%48.63%-
HSV(B)25.71º97.94%95.29%-
XYZ42.2529.583.63-
YUV136.0454.06204.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 68.45%
GREEN value IS 107 (42.19% from 255) = 30.14%
BLUE value IS 5 (2.34% from 255) = 1.41%
R=68.45%
G=30.14%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243107500.560.980.0525.7195.9748.63
HexF36B50386251a6031
Octal363153507014253214061
Binary11110011110101110101110001100010101110101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F36B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F36B05; }

 p { color: rgb(243,107,5); }

 H1.HeaderClassName
 {
   color: #F36B05;
 }
 .AnyTagClassName
 {
   color: #F36B05;
 }
</style>
background-color css

<style>
 a { background-color: #F36B05; }

 a { background-color: rgb(243,107,5); }

 div.DivClassName
 {
   background-color: #F36B05;
 }
 .BgClassName
 {
   background-color: #F36B05;
 }
</style>
border-color css

<style>
 span { border-color: #F36B05; }

 span { border-color: rgb(243,107,5); }

 td.TdClassName
 {
   border-color: #F36B05;
 }
 .TagClassName
 {
   border-color: #F36B05;
 }
</style>