Html Css Color HEX #FC3420 Red Orange

📋 copy color: '#FC3420'

red 252 ◦ green 52 ◦ blue 32

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

Shades of Red Orange #FC3420

Tints of Red Orange #FC3420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.48%

 BLUE value IS 32 (12.89% from 255) = 9.52%

R = 75%
G = 15.48%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC3420 (or 0xFC3420) is known color: Red Orange. HEX triplet: FC, 34 and 20. RGB value is (252,52,32). Sum of RGB (Red+Green+Blue) = 252+52+32=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3420 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3420 is #03CBDF. Grayscale: #6D6D6D. Windows color (decimal): -248800 or 2110716. OLE color: 2110716.

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

Color convert

RGB 252 52 32 -
CMYK 0 0.79 0.87 0.01
HSL 5.45º 0.97% 0.56% -
HSV(B) 5.45º 0.87% 0.99% -
XYZ 41.63 23.26 3.66 -
YUV 109.52 84.26 229.63 -
System Red Green Blue C M Y K H S L
Decimal 252 52 32 0 0.79 0.87 0.01 5.45 0.97 0.56
Hex FC 34 20 0 4F 57 1 5 61 38
Octal 374 64 40 0 117 127 1 5 141 70
Binary 11111100 110100 100000 0 1001111 1010111 1 101 1100001 111000

Color Harmonies of #FC3420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3420

Black with #FC3420

Text Example


Text Example

White with #FC3420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3420; }

 p { color: rgb(252,52,32); }

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

background-color css

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

 a { background-color: rgb(252,52,32); }

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

border-color css

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

 span { border-color: rgb(252,52,32); }

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