Html Css Color HEX #FC472D Red Orange

📋 copy color: '#FC472D'

red 252 ◦ green 71 ◦ blue 45

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

Shades of Red Orange #FC472D

Tints of Red Orange #FC472D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.29%

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

R = 68.48%
G = 19.29%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC472D (or 0xFC472D) is known color: Red Orange. HEX triplet: FC, 47 and 2D. RGB value is (252,71,45). Sum of RGB (Red+Green+Blue) = 252+71+45=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC472D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC472D is #03B8D2. Grayscale: #7A7A7A. Windows color (decimal): -243923 or 2967548. OLE color: 2967548.

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

Color convert

RGB 252 71 45 -
CMYK 0 0.72 0.82 0.01
HSL 7.54º 0.97% 0.58% -
HSV(B) 7.54º 0.82% 0.99% -
XYZ 42.87 25.39 5.12 -
YUV 122.16 84.47 220.61 -
System Red Green Blue C M Y K H S L
Decimal 252 71 45 0 0.72 0.82 0.01 7.54 0.97 0.58
Hex FC 47 2D 0 48 52 1 8 61 3A
Octal 374 107 55 0 110 122 1 10 141 72
Binary 11111100 1000111 101101 0 1001000 1010010 1 1000 1100001 111010

Color Harmonies of #FC472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC472D

Black with #FC472D

Text Example


Text Example

White with #FC472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC472D; }

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

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

background-color css

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

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

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

border-color css

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

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

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