Html Css Color HEX #FC5D10 Safety Orange

📋 copy color: '#FC5D10'

red 252 ◦ green 93 ◦ blue 16

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

Shades of Safety Orange #FC5D10

Tints of Safety Orange #FC5D10

RGB

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

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

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

R = 69.81%
G = 25.76%
B = 4.43%

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

#FC5D10 (or 0xFC5D10) is known color: Safety Orange. HEX triplet: FC, 5D and 10. RGB value is (252,93,16). Sum of RGB (Red+Green+Blue) = 252+93+16=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5D10 is #03A2EF. Grayscale: #848484. Windows color (decimal): -238320 or 1072636. OLE color: 1072636.

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

Color convert

RGB 252 93 16 -
CMYK 0 0.63 0.94 0.01
HSL 19.58º 0.98% 0.53% -
HSV(B) 19.58º 0.94% 0.99% -
XYZ 44.15 28.56 3.68 -
YUV 131.76 62.68 213.76 -
System Red Green Blue C M Y K H S L
Decimal 252 93 16 0 0.63 0.94 0.01 19.58 0.98 0.53
Hex FC 5D 10 0 3F 5E 1 14 62 35
Octal 374 135 20 0 77 136 1 24 142 65
Binary 11111100 1011101 10000 0 111111 1011110 1 10100 1100010 110101

Color Harmonies of #FC5D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D10

Black with #FC5D10

Text Example


Text Example

White with #FC5D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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