Html Css Color HEX #FC472F Red Orange

📋 copy color: '#FC472F'

red 252 ◦ green 71 ◦ blue 47

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

Shades of Red Orange #FC472F

Tints of Red Orange #FC472F

RGB

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

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

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

R = 68.11%
G = 19.19%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC472F (or 0xFC472F) is known color: Red Orange. HEX triplet: FC, 47 and 2F. RGB value is (252,71,47). Sum of RGB (Red+Green+Blue) = 252+71+47=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC472F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC472F is #03B8D0. Grayscale: #7A7A7A. Windows color (decimal): -243921 or 3098620. OLE color: 3098620.

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

Color convert

RGB 252 71 47 -
CMYK 0 0.72 0.81 0.01
HSL 7.02º 0.97% 0.59% -
HSV(B) 7.02º 0.81% 0.99% -
XYZ 42.91 25.41 5.33 -
YUV 122.38 85.47 220.45 -
System Red Green Blue C M Y K H S L
Decimal 252 71 47 0 0.72 0.81 0.01 7.02 0.97 0.59
Hex FC 47 2F 0 48 51 1 7 61 3B
Octal 374 107 57 0 110 121 1 7 141 73
Binary 11111100 1000111 101111 0 1001000 1010001 1 111 1100001 111011

Color Harmonies of #FC472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC472F

Black with #FC472F

Text Example


Text Example

White with #FC472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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