Html Css Color HEX #FC332C Red Orange

📋 copy color: '#FC332C'

red 252 ◦ green 51 ◦ blue 44

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

Shades of Red Orange #FC332C

Tints of Red Orange #FC332C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.7%

 BLUE value IS 44 (17.58% from 255) = 12.68%

R = 72.62%
G = 14.7%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC332C (or 0xFC332C) is known color: Red Orange. HEX triplet: FC, 33 and 2C. RGB value is (252,51,44). Sum of RGB (Red+Green+Blue) = 252+51+44=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC332C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC332C is #03CCD3. Grayscale: #6E6E6E. Windows color (decimal): -249044 or 2896892. OLE color: 2896892.

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

Color convert

RGB 252 51 44 -
CMYK 0 0.80 0.83 0.01
HSL 2.02º 0.97% 0.58% -
HSV(B) 2.02º 0.83% 0.99% -
XYZ 41.78 23.24 4.67 -
YUV 110.3 90.59 229.07 -
System Red Green Blue C M Y K H S L
Decimal 252 51 44 0 0.80 0.83 0.01 2.02 0.97 0.58
Hex FC 33 2C 0 50 53 1 2 61 3A
Octal 374 63 54 0 120 123 1 2 141 72
Binary 11111100 110011 101100 0 1010000 1010011 1 10 1100001 111010

Color Harmonies of #FC332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC332C

Black with #FC332C

Text Example


Text Example

White with #FC332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC332C; }

 p { color: rgb(252,51,44); }

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

background-color css

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

 a { background-color: rgb(252,51,44); }

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

border-color css

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

 span { border-color: rgb(252,51,44); }

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