Html Css Color HEX #FF471E Red Orange

📋 copy color: '#FF471E'

red 255 ◦ green 71 ◦ blue 30

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

Shades of Red Orange #FF471E

Tints of Red Orange #FF471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.43%

R = 71.63%
G = 19.94%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF471E (or 0xFF471E) is known color: Red Orange. HEX triplet: FF, 47 and 1E. RGB value is (255,71,30). Sum of RGB (Red+Green+Blue) = 255+71+30=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF471E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF471E is #00B8E1. Grayscale: #797979. Windows color (decimal): -47330 or 1984511. OLE color: 1984511.

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

Color convert

RGB 255 71 30 -
CMYK 0 0.72 0.88 0
HSL 10.93º 1% 0.56% -
HSV(B) 10.93º 0.88% 1% -
XYZ 43.73 25.86 3.92 -
YUV 121.34 76.46 223.33 -
System Red Green Blue C M Y K H S L
Decimal 255 71 30 0 0.72 0.88 0 10.93 1 0.56
Hex FF 47 1E 0 48 58 0 B 64 38
Octal 377 107 36 0 110 130 0 13 144 70
Binary 11111111 1000111 11110 0 1001000 1011000 0 1011 1100100 111000

Color Harmonies of #FF471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF471E

Black with #FF471E

Text Example


Text Example

White with #FF471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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