Html Css Color HEX #FC5D12 Safety Orange

📋 copy color: '#FC5D12'

red 252 ◦ green 93 ◦ blue 18

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

Shades of Safety Orange #FC5D12

Tints of Safety Orange #FC5D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.96%

R = 69.42%
G = 25.62%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC5D12 (or 0xFC5D12) is known color: Safety Orange. HEX triplet: FC, 5D and 12. RGB value is (252,93,18). Sum of RGB (Red+Green+Blue) = 252+93+18=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5D12 is #03A2ED. Grayscale: #848484. Windows color (decimal): -238318 or 1203708. OLE color: 1203708.

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

Color convert

RGB 252 93 18 -
CMYK 0 0.63 0.93 0.01
HSL 19.23º 0.98% 0.53% -
HSV(B) 19.23º 0.93% 0.99% -
XYZ 44.17 28.57 3.76 -
YUV 131.99 63.68 213.6 -
System Red Green Blue C M Y K H S L
Decimal 252 93 18 0 0.63 0.93 0.01 19.23 0.98 0.53
Hex FC 5D 12 0 3F 5D 1 13 62 35
Octal 374 135 22 0 77 135 1 23 142 65
Binary 11111100 1011101 10010 0 111111 1011101 1 10011 1100010 110101

Color Harmonies of #FC5D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D12

Black with #FC5D12

Text Example


Text Example

White with #FC5D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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