Html Css Color HEX #FC471F Red Orange

📋 copy color: '#FC471F'

red 252 ◦ green 71 ◦ blue 31

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

Shades of Red Orange #FC471F

Tints of Red Orange #FC471F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.76%

R = 71.19%
G = 20.06%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC471F (or 0xFC471F) is known color: Red Orange. HEX triplet: FC, 47 and 1F. RGB value is (252,71,31). Sum of RGB (Red+Green+Blue) = 252+71+31=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC471F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC471F is #03B8E0. Grayscale: #787878. Windows color (decimal): -243937 or 2050044. OLE color: 2050044.

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

Color convert

RGB 252 71 31 -
CMYK 0 0.72 0.88 0.01
HSL 10.86º 0.97% 0.55% -
HSV(B) 10.86º 0.88% 0.99% -
XYZ 42.65 25.3 3.93 -
YUV 120.56 77.47 221.75 -
System Red Green Blue C M Y K H S L
Decimal 252 71 31 0 0.72 0.88 0.01 10.86 0.97 0.55
Hex FC 47 1F 0 48 58 1 B 61 37
Octal 374 107 37 0 110 130 1 13 141 67
Binary 11111100 1000111 11111 0 1001000 1011000 1 1011 1100001 110111

Color Harmonies of #FC471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC471F

Black with #FC471F

Text Example


Text Example

White with #FC471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC471F; }

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

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

background-color css

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

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

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

border-color css

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

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

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