#FD5D09

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

Shades of Safety Orange #FD5D09

Tints of Safety Orange #FD5D09

Color information

#FD5D09 (or 0xFD5D09) is unknown color: approx Safety Orange. HEX triplet: FD, 5D and 09. RGB value is (253,93,9). Sum of RGB (Red+Green+Blue) = 253+93+9=355 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.27% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5D09 is #02A2F6. Grayscale: #838383. Windows color (decimal): -172791 or 613885. OLE color: 613885.

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

Color convert

RGB253939-
CMYK00.630.960.01
HSL20.66º98.39%51.37%-
HSV(B)20.66º96.44%99.22%-
XYZ44.4728.733.46-
YUV131.2659.01214.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 71.27%
GREEN value IS 93 (36.72% from 255) = 26.20%
BLUE value IS 9 (3.91% from 255) = 2.54%
R=71.27%
G=26.20%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25393900.630.960.0120.6698.3951.37
HexFD5D903F601156233
Octal3751351107714012514263
Binary1111110110111011001011111111000001101011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5D09; }

 p { color: rgb(253,93,9); }

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

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

 a { background-color: rgb(253,93,9); }

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

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

 span { border-color: rgb(253,93,9); }

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