Html Css Color HEX #FC5E14 Safety Orange

📋 copy color: '#FC5E14'

red 252 ◦ green 94 ◦ blue 20

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

Shades of Safety Orange #FC5E14

Tints of Safety Orange #FC5E14

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.68%

 BLUE value IS 20 (8.2% from 255) = 5.46%

R = 68.85%
G = 25.68%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC5E14 (or 0xFC5E14) is known color: Safety Orange. HEX triplet: FC, 5E and 14. RGB value is (252,94,20). Sum of RGB (Red+Green+Blue) = 252+94+20=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5E14 is #03A1EB. Grayscale: #858585. Windows color (decimal): -238060 or 1335036. OLE color: 1335036.

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

Color convert

RGB 252 94 20 -
CMYK 0 0.63 0.92 0.01
HSL 19.14º 0.97% 0.53% -
HSV(B) 19.14º 0.92% 0.99% -
XYZ 44.27 28.75 3.88 -
YUV 132.81 64.35 213.02 -
System Red Green Blue C M Y K H S L
Decimal 252 94 20 0 0.63 0.92 0.01 19.14 0.97 0.53
Hex FC 5E 14 0 3F 5C 1 13 61 35
Octal 374 136 24 0 77 134 1 23 141 65
Binary 11111100 1011110 10100 0 111111 1011100 1 10011 1100001 110101

Color Harmonies of #FC5E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5E14

Black with #FC5E14

Text Example


Text Example

White with #FC5E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5E14; }

 p { color: rgb(252,94,20); }

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

background-color css

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

 a { background-color: rgb(252,94,20); }

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

border-color css

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

 span { border-color: rgb(252,94,20); }

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