Html Css Color HEX #FC4232 Red Orange

📋 copy color: '#FC4232'

red 252 ◦ green 66 ◦ blue 50

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

Shades of Red Orange #FC4232

Tints of Red Orange #FC4232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.93%

 BLUE value IS 50 (19.92% from 255) = 13.59%

R = 68.48%
G = 17.93%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC4232 (or 0xFC4232) is known color: Red Orange. HEX triplet: FC, 42 and 32. RGB value is (252,66,50). Sum of RGB (Red+Green+Blue) = 252+66+50=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4232 is #03BDCD. Grayscale: #787878. Windows color (decimal): -245198 or 3293948. OLE color: 3293948.

HSL color Cylindrical-coordinate representation of color #FC4232: hue angle of 4.75º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC4232 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 66 50 -
CMYK 0 0.74 0.80 0.01
HSL 4.75º 0.97% 0.59% -
HSV(B) 4.75º 0.8% 0.99% -
XYZ 42.67 24.82 5.56 -
YUV 119.79 88.62 222.3 -
System Red Green Blue C M Y K H S L
Decimal 252 66 50 0 0.74 0.80 0.01 4.75 0.97 0.59
Hex FC 42 32 0 4A 50 1 5 61 3B
Octal 374 102 62 0 112 120 1 5 141 73
Binary 11111100 1000010 110010 0 1001010 1010000 1 101 1100001 111011

Color Harmonies of #FC4232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4232

Black with #FC4232

Text Example


Text Example

White with #FC4232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4232; }

 p { color: rgb(252,66,50); }

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

background-color css

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

 a { background-color: rgb(252,66,50); }

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

border-color css

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

 span { border-color: rgb(252,66,50); }

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