Html Css Color HEX #FC3B0A Orange Red

📋 copy color: '#FC3B0A'

red 252 ◦ green 59 ◦ blue 10

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

Shades of Orange Red #FC3B0A

Tints of Orange Red #FC3B0A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.38%

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

R = 78.5%
G = 18.38%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC3B0A (or 0xFC3B0A) is known color: Orange Red. HEX triplet: FC, 3B and 0A. RGB value is (252,59,10). Sum of RGB (Red+Green+Blue) = 252+59+10=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3B0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3B0A is #03C4F5. Grayscale: #6F6F6F. Windows color (decimal): -247030 or 670716. OLE color: 670716.

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

Color convert

RGB 252 59 10 -
CMYK 0 0.77 0.96 0.01
HSL 12.15º 0.98% 0.51% -
HSV(B) 12.15º 0.96% 0.99% -
XYZ 41.76 23.85 2.69 -
YUV 111.12 70.94 228.48 -
System Red Green Blue C M Y K H S L
Decimal 252 59 10 0 0.77 0.96 0.01 12.15 0.98 0.51
Hex FC 3B A 0 4D 60 1 C 62 33
Octal 374 73 12 0 115 140 1 14 142 63
Binary 11111100 111011 1010 0 1001101 1100000 1 1100 1100010 110011

Color Harmonies of #FC3B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3B0A

Black with #FC3B0A

Text Example


Text Example

White with #FC3B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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