Html Css Color HEX #FC332F Red Orange

📋 copy color: '#FC332F'

red 252 ◦ green 51 ◦ blue 47

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

Shades of Red Orange #FC332F

Tints of Red Orange #FC332F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.43%

R = 72%
G = 14.57%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC332F (or 0xFC332F) is known color: Red Orange. HEX triplet: FC, 33 and 2F. RGB value is (252,51,47). Sum of RGB (Red+Green+Blue) = 252+51+47=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC332F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC332F is #03CCD0. Grayscale: #6E6E6E. Windows color (decimal): -249041 or 3093500. OLE color: 3093500.

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

Color convert

RGB 252 51 47 -
CMYK 0 0.80 0.81 0.01
HSL 1.17º 0.97% 0.59% -
HSV(B) 1.17º 0.81% 0.99% -
XYZ 41.84 23.27 4.98 -
YUV 110.64 92.09 228.83 -
System Red Green Blue C M Y K H S L
Decimal 252 51 47 0 0.80 0.81 0.01 1.17 0.97 0.59
Hex FC 33 2F 0 50 51 1 1 61 3B
Octal 374 63 57 0 120 121 1 1 141 73
Binary 11111100 110011 101111 0 1010000 1010001 1 1 1100001 111011

Color Harmonies of #FC332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC332F

Black with #FC332F

Text Example


Text Example

White with #FC332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC332F; }

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

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

background-color css

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

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

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

border-color css

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

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

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