Html Css Color HEX #FC5C10 Safety Orange

📋 copy color: '#FC5C10'

red 252 ◦ green 92 ◦ blue 16

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

Shades of Safety Orange #FC5C10

Tints of Safety Orange #FC5C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.44%

R = 70%
G = 25.56%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC5C10 (or 0xFC5C10) is known color: Safety Orange. HEX triplet: FC, 5C and 10. RGB value is (252,92,16). Sum of RGB (Red+Green+Blue) = 252+92+16=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5C10 is #03A3EF. Grayscale: #838383. Windows color (decimal): -238576 or 1072380. OLE color: 1072380.

HSL color Cylindrical-coordinate representation of color #FC5C10: 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.94%. Process color model (Four color, CMYK) of #FC5C10 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 92 16 -
CMYK 0 0.63 0.94 0.01
HSL 19.32º 0.98% 0.53% -
HSV(B) 19.32º 0.94% 0.99% -
XYZ 44.07 28.39 3.65 -
YUV 131.18 63.01 214.18 -
System Red Green Blue C M Y K H S L
Decimal 252 92 16 0 0.63 0.94 0.01 19.32 0.98 0.53
Hex FC 5C 10 0 3F 5E 1 13 62 35
Octal 374 134 20 0 77 136 1 23 142 65
Binary 11111100 1011100 10000 0 111111 1011110 1 10011 1100010 110101

Color Harmonies of #FC5C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5C10

Black with #FC5C10

Text Example


Text Example

White with #FC5C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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