#FD6C05

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

Shades of Safety Orange #FD6C05

Tints of Safety Orange #FD6C05

Color information

#FD6C05 (or 0xFD6C05) is unknown color: approx Safety Orange. HEX triplet: FD, 6C and 05. RGB value is (253,108,5). Sum of RGB (Red+Green+Blue) = 253+108+5=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6C05 is #0293FA. Grayscale: #8C8C8C. Windows color (decimal): -168955 or 355581. OLE color: 355581.

HSL color Cylindrical-coordinate representation of color #FD6C05: hue angle of 24.92º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD6C05 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB2531085-
CMYK00.570.980.01
HSL24.92º98.41%50.59%-
HSV(B)24.92º98.02%99.22%-
XYZ45.931.623.83-
YUV139.6152.04208.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 69.13%
GREEN value IS 108 (42.58% from 255) = 29.51%
BLUE value IS 5 (2.34% from 255) = 1.37%
R=69.13%
G=29.51%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253108500.570.980.0124.9298.4150.59
HexFD6C5039621196233
Octal375154507114213114263
Binary111111011101100101011100111000101110011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6C05; }

 p { color: rgb(253,108,5); }

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

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

 a { background-color: rgb(253,108,5); }

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

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

 span { border-color: rgb(253,108,5); }

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