Html Css Color HEX #FC471B Orange Red

📋 copy color: '#FC471B'

red 252 ◦ green 71 ◦ blue 27

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

Shades of Orange Red #FC471B

Tints of Orange Red #FC471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.71%

R = 72%
G = 20.29%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC471B (or 0xFC471B) is known color: Orange Red. HEX triplet: FC, 47 and 1B. RGB value is (252,71,27). Sum of RGB (Red+Green+Blue) = 252+71+27=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC471B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC471B is #03B8E4. Grayscale: #787878. Windows color (decimal): -243941 or 1787900. OLE color: 1787900.

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

Color convert

RGB 252 71 27 -
CMYK 0 0.72 0.89 0.01
HSL 11.73º 0.97% 0.55% -
HSV(B) 11.73º 0.89% 0.99% -
XYZ 42.6 25.28 3.67 -
YUV 120.1 75.47 222.08 -
System Red Green Blue C M Y K H S L
Decimal 252 71 27 0 0.72 0.89 0.01 11.73 0.97 0.55
Hex FC 47 1B 0 48 59 1 C 61 37
Octal 374 107 33 0 110 131 1 14 141 67
Binary 11111100 1000111 11011 0 1001000 1011001 1 1100 1100001 110111

Color Harmonies of #FC471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC471B

Black with #FC471B

Text Example


Text Example

White with #FC471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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