Html Css Color HEX #FD5C05 Safety Orange

📋 copy color: '#FD5C05'

red 253 ◦ green 92 ◦ blue 5

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

Shades of Safety Orange #FD5C05

Tints of Safety Orange #FD5C05

RGB

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

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

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

R = 72.29%
G = 26.29%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD5C05 (or 0xFD5C05) is known color: Safety Orange. HEX triplet: FD, 5C and 05. RGB value is (253,92,5). Sum of RGB (Red+Green+Blue) = 253+92+5=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5C05 is #02A3FA. Grayscale: #828282. Windows color (decimal): -173051 or 351485. OLE color: 351485.

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

Color convert

RGB 253 92 5 -
CMYK 0 0.64 0.98 0.01
HSL 21.05º 0.98% 0.51% -
HSV(B) 21.05º 0.98% 0.99% -
XYZ 44.36 28.55 3.32 -
YUV 130.22 57.34 215.57 -
System Red Green Blue C M Y K H S L
Decimal 253 92 5 0 0.64 0.98 0.01 21.05 0.98 0.51
Hex FD 5C 5 0 40 62 1 15 62 33
Octal 375 134 5 0 100 142 1 25 142 63
Binary 11111101 1011100 101 0 1000000 1100010 1 10101 1100010 110011

Color Harmonies of #FD5C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C05

Black with #FD5C05

Text Example


Text Example

White with #FD5C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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