Html Css Color HEX #FC3E14 Orange Red

📋 copy color: '#FC3E14'

red 252 ◦ green 62 ◦ blue 20

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

Shades of Orange Red #FC3E14

Tints of Orange Red #FC3E14

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.56%

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

R = 75.45%
G = 18.56%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC3E14 (or 0xFC3E14) is known color: Orange Red. HEX triplet: FC, 3E and 14. RGB value is (252,62,20). Sum of RGB (Red+Green+Blue) = 252+62+20=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3E14 is #03C1EB. Grayscale: #727272. Windows color (decimal): -246252 or 1326844. OLE color: 1326844.

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

Color convert

RGB 252 62 20 -
CMYK 0 0.75 0.92 0.01
HSL 10.86º 0.97% 0.53% -
HSV(B) 10.86º 0.92% 0.99% -
XYZ 41.99 24.19 3.12 -
YUV 114.02 74.95 226.42 -
System Red Green Blue C M Y K H S L
Decimal 252 62 20 0 0.75 0.92 0.01 10.86 0.97 0.53
Hex FC 3E 14 0 4B 5C 1 B 61 35
Octal 374 76 24 0 113 134 1 13 141 65
Binary 11111100 111110 10100 0 1001011 1011100 1 1011 1100001 110101

Color Harmonies of #FC3E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3E14

Black with #FC3E14

Text Example


Text Example

White with #FC3E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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