Html Css Color HEX #F6471C Red Orange

📋 copy color: '#F6471C'

red 246 ◦ green 71 ◦ blue 28

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

Shades of Red Orange #F6471C

Tints of Red Orange #F6471C

RGB

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

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

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

R = 71.3%
G = 20.58%
B = 8.12%

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

#F6471C (or 0xF6471C) is known color: Red Orange. HEX triplet: F6, 47 and 1C. RGB value is (246,71,28). Sum of RGB (Red+Green+Blue) = 246+71+28=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F6471C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6471C is #09B8E3. Grayscale: #767676. Windows color (decimal): -637156 or 1853430. OLE color: 1853430.

HSL color Cylindrical-coordinate representation of color #F6471C: hue angle of 11.83º 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 #F6471C is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 71 28 -
CMYK 0 0.71 0.89 0.04
HSL 11.83º 0.92% 0.54% -
HSV(B) 11.83º 0.89% 0.96% -
XYZ 40.47 24.18 3.63 -
YUV 118.42 76.98 219 -
System Red Green Blue C M Y K H S L
Decimal 246 71 28 0 0.71 0.89 0.04 11.83 0.92 0.54
Hex F6 47 1C 0 47 59 4 C 5C 36
Octal 366 107 34 0 107 131 4 14 134 66
Binary 11110110 1000111 11100 0 1000111 1011001 100 1100 1011100 110110

Color Harmonies of #F6471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6471C

Black with #F6471C

Text Example


Text Example

White with #F6471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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