Html Css Color HEX #FD5C11 Safety Orange

📋 copy color: '#FD5C11'

red 253 ◦ green 92 ◦ blue 17

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

Shades of Safety Orange #FD5C11

Tints of Safety Orange #FD5C11

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.41%

 BLUE value IS 17 (7.03% from 255) = 4.7%

R = 69.89%
G = 25.41%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD5C11 (or 0xFD5C11) is known color: Safety Orange. HEX triplet: FD, 5C and 11. RGB value is (253,92,17). Sum of RGB (Red+Green+Blue) = 253+92+17=362 (47% of max value = 765). Red value is 253 (99.22% from 255 or 69.89% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5C11 is #02A3EE. Grayscale: #848484. Windows color (decimal): -173039 or 1137917. OLE color: 1137917.

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

Color convert

RGB 253 92 17 -
CMYK 0 0.64 0.93 0.01
HSL 19.07º 0.98% 0.53% -
HSV(B) 19.07º 0.93% 0.99% -
XYZ 44.44 28.58 3.7 -
YUV 131.59 63.34 214.6 -
System Red Green Blue C M Y K H S L
Decimal 253 92 17 0 0.64 0.93 0.01 19.07 0.98 0.53
Hex FD 5C 11 0 40 5D 1 13 62 35
Octal 375 134 21 0 100 135 1 23 142 65
Binary 11111101 1011100 10001 0 1000000 1011101 1 10011 1100010 110101

Color Harmonies of #FD5C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C11

Black with #FD5C11

Text Example


Text Example

White with #FD5C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C11; }

 p { color: rgb(253,92,17); }

 H1.HeaderClassName
 {
   color: #FD5C11;
 }
 .AnyTagClassName
 {
   color: #FD5C11;
 }
</style>

background-color css

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

 a { background-color: rgb(253,92,17); }

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

border-color css

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

 span { border-color: rgb(253,92,17); }

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