Html Css Color HEX #F6471B Orange Red

📋 copy color: '#F6471B'

red 246 ◦ green 71 ◦ blue 27

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

Shades of Orange Red #F6471B

Tints of Orange Red #F6471B

RGB

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

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

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

R = 71.51%
G = 20.64%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F6471B (or 0xF6471B) is known color: Orange Red. HEX triplet: F6, 47 and 1B. RGB value is (246,71,27). Sum of RGB (Red+Green+Blue) = 246+71+27=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F6471B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6471B is #09B8E4. Grayscale: #767676. Windows color (decimal): -637157 or 1787894. OLE color: 1787894.

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

Color convert

RGB 246 71 27 -
CMYK 0 0.71 0.89 0.04
HSL 12.05º 0.92% 0.54% -
HSV(B) 12.05º 0.89% 0.96% -
XYZ 40.46 24.18 3.57 -
YUV 118.31 76.48 219.08 -
System Red Green Blue C M Y K H S L
Decimal 246 71 27 0 0.71 0.89 0.04 12.05 0.92 0.54
Hex F6 47 1B 0 47 59 4 C 5C 36
Octal 366 107 33 0 107 131 4 14 134 66
Binary 11110110 1000111 11011 0 1000111 1011001 100 1100 1011100 110110

Color Harmonies of #F6471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6471B

Black with #F6471B

Text Example


Text Example

White with #F6471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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