Html Css Color HEX #FD5D04 Safety Orange

📋 copy color: '#FD5D04'

red 253 ◦ green 93 ◦ blue 4

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

Shades of Safety Orange #FD5D04

Tints of Safety Orange #FD5D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 72.29%
G = 26.57%
B = 1.14%

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

#FD5D04 (or 0xFD5D04) is known color: Safety Orange. HEX triplet: FD, 5D and 04. RGB value is (253,93,4). Sum of RGB (Red+Green+Blue) = 253+93+4=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5D04 is #02A2FB. Grayscale: #838383. Windows color (decimal): -172796 or 286205. OLE color: 286205.

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

Color convert

RGB 253 93 4 -
CMYK 0 0.63 0.98 0.01
HSL 21.45º 0.98% 0.5% -
HSV(B) 21.45º 0.98% 0.99% -
XYZ 44.44 28.72 3.32 -
YUV 130.69 56.51 215.24 -
System Red Green Blue C M Y K H S L
Decimal 253 93 4 0 0.63 0.98 0.01 21.45 0.98 0.5
Hex FD 5D 4 0 3F 62 1 15 62 32
Octal 375 135 4 0 77 142 1 25 142 62
Binary 11111101 1011101 100 0 111111 1100010 1 10101 1100010 110010

Color Harmonies of #FD5D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5D04

Black with #FD5D04

Text Example


Text Example

White with #FD5D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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