Html Css Color HEX #F6471E Red Orange

📋 copy color: '#F6471E'

red 246 ◦ green 71 ◦ blue 30

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

Shades of Red Orange #F6471E

Tints of Red Orange #F6471E

RGB

 RED value IS 246 (96.48% from 255) = 70.89%

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

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

R = 70.89%
G = 20.46%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F6471E (or 0xF6471E) is known color: Red Orange. HEX triplet: F6, 47 and 1E. RGB value is (246,71,30). Sum of RGB (Red+Green+Blue) = 246+71+30=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F6471E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6471E is #09B8E1. Grayscale: #767676. Windows color (decimal): -637154 or 1984502. OLE color: 1984502.

HSL color Cylindrical-coordinate representation of color #F6471E: hue angle of 11.39º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F6471E is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 71 30 -
CMYK 0 0.71 0.88 0.04
HSL 11.39º 0.92% 0.54% -
HSV(B) 11.39º 0.88% 0.96% -
XYZ 40.49 24.19 3.76 -
YUV 118.65 77.98 218.83 -
System Red Green Blue C M Y K H S L
Decimal 246 71 30 0 0.71 0.88 0.04 11.39 0.92 0.54
Hex F6 47 1E 0 47 58 4 B 5C 36
Octal 366 107 36 0 107 130 4 13 134 66
Binary 11110110 1000111 11110 0 1000111 1011000 100 1011 1011100 110110

Color Harmonies of #F6471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6471E

Black with #F6471E

Text Example


Text Example

White with #F6471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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