Html Css Color HEX #FC332A Red Orange

📋 copy color: '#FC332A'

red 252 ◦ green 51 ◦ blue 42

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

Shades of Red Orange #FC332A

Tints of Red Orange #FC332A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.17%

R = 73.04%
G = 14.78%
B = 12.17%

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

#FC332A (or 0xFC332A) is known color: Red Orange. HEX triplet: FC, 33 and 2A. RGB value is (252,51,42). Sum of RGB (Red+Green+Blue) = 252+51+42=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC332A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC332A is #03CCD5. Grayscale: #6E6E6E. Windows color (decimal): -249046 or 2765820. OLE color: 2765820.

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

Color convert

RGB 252 51 42 -
CMYK 0 0.80 0.83 0.01
HSL 2.57º 0.97% 0.58% -
HSV(B) 2.57º 0.83% 0.99% -
XYZ 41.75 23.23 4.47 -
YUV 110.07 89.59 229.23 -
System Red Green Blue C M Y K H S L
Decimal 252 51 42 0 0.80 0.83 0.01 2.57 0.97 0.58
Hex FC 33 2A 0 50 53 1 3 61 3A
Octal 374 63 52 0 120 123 1 3 141 72
Binary 11111100 110011 101010 0 1010000 1010011 1 11 1100001 111010

Color Harmonies of #FC332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC332A

Black with #FC332A

Text Example


Text Example

White with #FC332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC332A; }

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

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

background-color css

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

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

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

border-color css

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

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

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