Html Css Color HEX #FD5D09 Safety Orange

📋 copy color: '#FD5D09'

red 253 ◦ green 93 ◦ blue 9

#FD5D09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Safety Orange #FD5D09

Tints of Safety Orange #FD5D09

RGB

 RED value IS 253 (99.22% from 255) = 71.27%

 GREEN value IS 93 (36.72% from 255) = 26.2%

 BLUE value IS 9 (3.91% from 255) = 2.54%

R = 71.27%
G = 26.2%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD5D09 (or 0xFD5D09) is known color: 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

RGB 253 93 9 -
CMYK 0 0.63 0.96 0.01
HSL 20.66º 0.98% 0.51% -
HSV(B) 20.66º 0.96% 0.99% -
XYZ 44.47 28.73 3.46 -
YUV 131.26 59.01 214.83 -
System Red Green Blue C M Y K H S L
Decimal 253 93 9 0 0.63 0.96 0.01 20.66 0.98 0.51
Hex FD 5D 9 0 3F 60 1 15 62 33
Octal 375 135 11 0 77 140 1 25 142 63
Binary 11111101 1011101 1001 0 111111 1100000 1 10101 1100010 110011

Color Harmonies of #FD5D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5D09

Black with #FD5D09

Text Example


Text Example

White with #FD5D09

Text Example


Text Example

HTML Codes & Css Web 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>