Html Css Color HEX #FF471C Red Orange

📋 copy color: '#FF471C'

red 255 ◦ green 71 ◦ blue 28

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

Shades of Red Orange #FF471C

Tints of Red Orange #FF471C

RGB

 RED value IS 255 (100% from 255) = 72.03%

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

 BLUE value IS 28 (11.33% from 255) = 7.91%

R = 72.03%
G = 20.06%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF471C (or 0xFF471C) is known color: Red Orange. HEX triplet: FF, 47 and 1C. RGB value is (255,71,28). Sum of RGB (Red+Green+Blue) = 255+71+28=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF471C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF471C is #00B8E3. Grayscale: #797979. Windows color (decimal): -47332 or 1853439. OLE color: 1853439.

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

Color convert

RGB 255 71 28 -
CMYK 0 0.72 0.89 0
HSL 11.37º 1% 0.55% -
HSV(B) 11.37º 0.89% 1% -
XYZ 43.7 25.85 3.78 -
YUV 121.11 75.46 223.5 -
System Red Green Blue C M Y K H S L
Decimal 255 71 28 0 0.72 0.89 0 11.37 1 0.55
Hex FF 47 1C 0 48 59 0 B 64 37
Octal 377 107 34 0 110 131 0 13 144 67
Binary 11111111 1000111 11100 0 1001000 1011001 0 1011 1100100 110111

Color Harmonies of #FF471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF471C

Black with #FF471C

Text Example


Text Example

White with #FF471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF471C; }

 p { color: rgb(255,71,28); }

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

background-color css

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

 a { background-color: rgb(255,71,28); }

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

border-color css

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

 span { border-color: rgb(255,71,28); }

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