Html Css Color HEX #FC5D14 Safety Orange

📋 copy color: '#FC5D14'

red 252 ◦ green 93 ◦ blue 20

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

Shades of Safety Orange #FC5D14

Tints of Safety Orange #FC5D14

RGB

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

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

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

R = 69.04%
G = 25.48%
B = 5.48%

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

#FC5D14 (or 0xFC5D14) is known color: Safety Orange. HEX triplet: FC, 5D and 14. RGB value is (252,93,20). Sum of RGB (Red+Green+Blue) = 252+93+20=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5D14 is #03A2EB. Grayscale: #848484. Windows color (decimal): -238316 or 1334780. OLE color: 1334780.

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

Color convert

RGB 252 93 20 -
CMYK 0 0.63 0.92 0.01
HSL 18.88º 0.97% 0.53% -
HSV(B) 18.88º 0.92% 0.99% -
XYZ 44.19 28.57 3.85 -
YUV 132.22 64.68 213.44 -
System Red Green Blue C M Y K H S L
Decimal 252 93 20 0 0.63 0.92 0.01 18.88 0.97 0.53
Hex FC 5D 14 0 3F 5C 1 13 61 35
Octal 374 135 24 0 77 134 1 23 141 65
Binary 11111100 1011101 10100 0 111111 1011100 1 10011 1100001 110101

Color Harmonies of #FC5D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D14

Black with #FC5D14

Text Example


Text Example

White with #FC5D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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