Html Css Color HEX #FC452D Red Orange

📋 copy color: '#FC452D'

red 252 ◦ green 69 ◦ blue 45

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

Shades of Red Orange #FC452D

Tints of Red Orange #FC452D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.3%

R = 68.85%
G = 18.85%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC452D (or 0xFC452D) is known color: Red Orange. HEX triplet: FC, 45 and 2D. RGB value is (252,69,45). Sum of RGB (Red+Green+Blue) = 252+69+45=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC452D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC452D is #03BAD2. Grayscale: #797979. Windows color (decimal): -244435 or 2967036. OLE color: 2967036.

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

Color convert

RGB 252 69 45 -
CMYK 0 0.73 0.82 0.01
HSL 6.96º 0.97% 0.58% -
HSV(B) 6.96º 0.82% 0.99% -
XYZ 42.75 25.14 5.08 -
YUV 120.98 85.13 221.45 -
System Red Green Blue C M Y K H S L
Decimal 252 69 45 0 0.73 0.82 0.01 6.96 0.97 0.58
Hex FC 45 2D 0 49 52 1 7 61 3A
Octal 374 105 55 0 111 122 1 7 141 72
Binary 11111100 1000101 101101 0 1001001 1010010 1 111 1100001 111010

Color Harmonies of #FC452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC452D

Black with #FC452D

Text Example


Text Example

White with #FC452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC452D; }

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

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

background-color css

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

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

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

border-color css

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

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

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