Html Css Color HEX #FD5D11 Safety Orange

📋 copy color: '#FD5D11'

red 253 ◦ green 93 ◦ blue 17

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

Shades of Safety Orange #FD5D11

Tints of Safety Orange #FD5D11

RGB

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

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

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

R = 69.7%
G = 25.62%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD5D11 (or 0xFD5D11) is known color: Safety Orange. HEX triplet: FD, 5D and 11. RGB value is (253,93,17). Sum of RGB (Red+Green+Blue) = 253+93+17=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5D11 is #02A2EE. Grayscale: #848484. Windows color (decimal): -172783 or 1138173. OLE color: 1138173.

HSL color Cylindrical-coordinate representation of color #FD5D11: hue angle of 19.32º 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 #FD5D11 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 93 17 -
CMYK 0 0.63 0.93 0.01
HSL 19.32º 0.98% 0.53% -
HSV(B) 19.32º 0.93% 0.99% -
XYZ 44.52 28.75 3.73 -
YUV 132.18 63.01 214.18 -
System Red Green Blue C M Y K H S L
Decimal 253 93 17 0 0.63 0.93 0.01 19.32 0.98 0.53
Hex FD 5D 11 0 3F 5D 1 13 62 35
Octal 375 135 21 0 77 135 1 23 142 65
Binary 11111101 1011101 10001 0 111111 1011101 1 10011 1100010 110101

Color Harmonies of #FD5D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5D11

Black with #FD5D11

Text Example


Text Example

White with #FD5D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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