Html Css Color HEX #FC5C0A Safety Orange

📋 copy color: '#FC5C0A'

red 252 ◦ green 92 ◦ blue 10

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

Shades of Safety Orange #FC5C0A

Tints of Safety Orange #FC5C0A

RGB

 RED value IS 252 (98.83% from 255) = 71.19%

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

 BLUE value IS 10 (4.3% from 255) = 2.82%

R = 71.19%
G = 25.99%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC5C0A (or 0xFC5C0A) is known color: Safety Orange. HEX triplet: FC, 5C and 0A. RGB value is (252,92,10). Sum of RGB (Red+Green+Blue) = 252+92+10=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5C0A is #03A3F5. Grayscale: #828282. Windows color (decimal): -238582 or 679164. OLE color: 679164.

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

Color convert

RGB 252 92 10 -
CMYK 0 0.63 0.96 0.01
HSL 20.33º 0.98% 0.51% -
HSV(B) 20.33º 0.96% 0.99% -
XYZ 44.03 28.37 3.44 -
YUV 130.49 60.01 214.67 -
System Red Green Blue C M Y K H S L
Decimal 252 92 10 0 0.63 0.96 0.01 20.33 0.98 0.51
Hex FC 5C A 0 3F 60 1 14 62 33
Octal 374 134 12 0 77 140 1 24 142 63
Binary 11111100 1011100 1010 0 111111 1100000 1 10100 1100010 110011

Color Harmonies of #FC5C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5C0A

Black with #FC5C0A

Text Example


Text Example

White with #FC5C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5C0A; }

 p { color: rgb(252,92,10); }

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

background-color css

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

 a { background-color: rgb(252,92,10); }

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

border-color css

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

 span { border-color: rgb(252,92,10); }

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