Html Css Color HEX #FC332B Red Orange

📋 copy color: '#FC332B'

red 252 ◦ green 51 ◦ blue 43

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

Shades of Red Orange #FC332B

Tints of Red Orange #FC332B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.43%

R = 72.83%
G = 14.74%
B = 12.43%

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

#FC332B (or 0xFC332B) is known color: Red Orange. HEX triplet: FC, 33 and 2B. RGB value is (252,51,43). Sum of RGB (Red+Green+Blue) = 252+51+43=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC332B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC332B is #03CCD4. Grayscale: #6E6E6E. Windows color (decimal): -249045 or 2831356. OLE color: 2831356.

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

Color convert

RGB 252 51 43 -
CMYK 0 0.80 0.83 0.01
HSL 2.3º 0.97% 0.58% -
HSV(B) 2.3º 0.83% 0.99% -
XYZ 41.76 23.24 4.57 -
YUV 110.19 90.09 229.15 -
System Red Green Blue C M Y K H S L
Decimal 252 51 43 0 0.80 0.83 0.01 2.3 0.97 0.58
Hex FC 33 2B 0 50 53 1 2 61 3A
Octal 374 63 53 0 120 123 1 2 141 72
Binary 11111100 110011 101011 0 1010000 1010011 1 10 1100001 111010

Color Harmonies of #FC332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC332B

Black with #FC332B

Text Example


Text Example

White with #FC332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC332B; }

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

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

background-color css

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

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

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

border-color css

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

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

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