Html Css Color HEX #FC452C Red Orange

📋 copy color: '#FC452C'

red 252 ◦ green 69 ◦ blue 44

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

Shades of Red Orange #FC452C

Tints of Red Orange #FC452C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.9%

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

R = 69.04%
G = 18.9%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC452C (or 0xFC452C) is known color: Red Orange. HEX triplet: FC, 45 and 2C. RGB value is (252,69,44). Sum of RGB (Red+Green+Blue) = 252+69+44=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC452C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC452C is #03BAD3. Grayscale: #797979. Windows color (decimal): -244436 or 2901500. OLE color: 2901500.

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

Color convert

RGB 252 69 44 -
CMYK 0 0.73 0.83 0.01
HSL 7.21º 0.97% 0.58% -
HSV(B) 7.21º 0.83% 0.99% -
XYZ 42.73 25.13 4.98 -
YUV 120.87 84.63 221.53 -
System Red Green Blue C M Y K H S L
Decimal 252 69 44 0 0.73 0.83 0.01 7.21 0.97 0.58
Hex FC 45 2C 0 49 53 1 7 61 3A
Octal 374 105 54 0 111 123 1 7 141 72
Binary 11111100 1000101 101100 0 1001001 1010011 1 111 1100001 111010

Color Harmonies of #FC452C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC452C

Black with #FC452C

Text Example


Text Example

White with #FC452C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC452C; }

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

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

background-color css

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

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

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

border-color css

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

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

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