Html Css Color HEX #F6471F Red Orange

📋 copy color: '#F6471F'

red 246 ◦ green 71 ◦ blue 31

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

Shades of Red Orange #F6471F

Tints of Red Orange #F6471F

RGB

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

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

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

R = 70.69%
G = 20.4%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F6471F (or 0xF6471F) is known color: Red Orange. HEX triplet: F6, 47 and 1F. RGB value is (246,71,31). Sum of RGB (Red+Green+Blue) = 246+71+31=348 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.69% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 246 - color contains mainly: red. Hex color #F6471F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6471F is #09B8E0. Grayscale: #777777. Windows color (decimal): -637153 or 2050038. OLE color: 2050038.

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

Color convert

RGB 246 71 31 -
CMYK 0 0.71 0.87 0.04
HSL 11.16º 0.92% 0.54% -
HSV(B) 11.16º 0.87% 0.96% -
XYZ 40.51 24.2 3.83 -
YUV 118.77 78.48 218.75 -
System Red Green Blue C M Y K H S L
Decimal 246 71 31 0 0.71 0.87 0.04 11.16 0.92 0.54
Hex F6 47 1F 0 47 57 4 B 5C 36
Octal 366 107 37 0 107 127 4 13 134 66
Binary 11110110 1000111 11111 0 1000111 1010111 100 1011 1011100 110110

Color Harmonies of #F6471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6471F

Black with #F6471F

Text Example


Text Example

White with #F6471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6471F; }

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

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

background-color css

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

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

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

border-color css

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

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

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