Html Css Color HEX #FD5D05 Safety Orange

📋 copy color: '#FD5D05'

red 253 ◦ green 93 ◦ blue 5

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

Shades of Safety Orange #FD5D05

Tints of Safety Orange #FD5D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.42%

R = 72.08%
G = 26.5%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD5D05 (or 0xFD5D05) is known color: Safety Orange. HEX triplet: FD, 5D and 05. RGB value is (253,93,5). Sum of RGB (Red+Green+Blue) = 253+93+5=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5D05 is #02A2FA. Grayscale: #838383. Windows color (decimal): -172795 or 351741. OLE color: 351741.

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

Color convert

RGB 253 93 5 -
CMYK 0 0.63 0.98 0.01
HSL 21.29º 0.98% 0.51% -
HSV(B) 21.29º 0.98% 0.99% -
XYZ 44.45 28.72 3.34 -
YUV 130.81 57.01 215.16 -
System Red Green Blue C M Y K H S L
Decimal 253 93 5 0 0.63 0.98 0.01 21.29 0.98 0.51
Hex FD 5D 5 0 3F 62 1 15 62 33
Octal 375 135 5 0 77 142 1 25 142 63
Binary 11111101 1011101 101 0 111111 1100010 1 10101 1100010 110011

Color Harmonies of #FD5D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5D05

Black with #FD5D05

Text Example


Text Example

White with #FD5D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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