Html Css Color HEX #FC3A16 Orange Red

📋 copy color: '#FC3A16'

red 252 ◦ green 58 ◦ blue 22

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

Shades of Orange Red #FC3A16

Tints of Orange Red #FC3A16

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.47%

 BLUE value IS 22 (8.98% from 255) = 6.63%

R = 75.9%
G = 17.47%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC3A16 (or 0xFC3A16) is known color: Orange Red. HEX triplet: FC, 3A and 16. RGB value is (252,58,22). Sum of RGB (Red+Green+Blue) = 252+58+22=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3A16 is #03C5E9. Grayscale: #707070. Windows color (decimal): -247274 or 1456892. OLE color: 1456892.

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

Color convert

RGB 252 58 22 -
CMYK 0 0.77 0.91 0.01
HSL 9.39º 0.97% 0.54% -
HSV(B) 9.39º 0.91% 0.99% -
XYZ 41.8 23.78 3.15 -
YUV 111.9 77.27 227.93 -
System Red Green Blue C M Y K H S L
Decimal 252 58 22 0 0.77 0.91 0.01 9.39 0.97 0.54
Hex FC 3A 16 0 4D 5B 1 9 61 36
Octal 374 72 26 0 115 133 1 11 141 66
Binary 11111100 111010 10110 0 1001101 1011011 1 1001 1100001 110110

Color Harmonies of #FC3A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A16

Black with #FC3A16

Text Example


Text Example

White with #FC3A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A16; }

 p { color: rgb(252,58,22); }

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

background-color css

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

 a { background-color: rgb(252,58,22); }

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

border-color css

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

 span { border-color: rgb(252,58,22); }

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