Html Css Color HEX #FC3E0A Orange Red

📋 copy color: '#FC3E0A'

red 252 ◦ green 62 ◦ blue 10

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

Shades of Orange Red #FC3E0A

Tints of Orange Red #FC3E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.09%

R = 77.78%
G = 19.14%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC3E0A (or 0xFC3E0A) is known color: Orange Red. HEX triplet: FC, 3E and 0A. RGB value is (252,62,10). Sum of RGB (Red+Green+Blue) = 252+62+10=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3E0A is #03C1F5. Grayscale: #717171. Windows color (decimal): -246262 or 671484. OLE color: 671484.

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

Color convert

RGB 252 62 10 -
CMYK 0 0.75 0.96 0.01
HSL 12.89º 0.98% 0.51% -
HSV(B) 12.89º 0.96% 0.99% -
XYZ 41.92 24.16 2.74 -
YUV 112.88 69.95 227.23 -
System Red Green Blue C M Y K H S L
Decimal 252 62 10 0 0.75 0.96 0.01 12.89 0.98 0.51
Hex FC 3E A 0 4B 60 1 D 62 33
Octal 374 76 12 0 113 140 1 15 142 63
Binary 11111100 111110 1010 0 1001011 1100000 1 1101 1100010 110011

Color Harmonies of #FC3E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3E0A

Black with #FC3E0A

Text Example


Text Example

White with #FC3E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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