Html Css Color HEX #F6471D Red Orange

📋 copy color: '#F6471D'

red 246 ◦ green 71 ◦ blue 29

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

Shades of Red Orange #F6471D

Tints of Red Orange #F6471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.38%

R = 71.1%
G = 20.52%
B = 8.38%

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

#F6471D (or 0xF6471D) is known color: Red Orange. HEX triplet: F6, 47 and 1D. RGB value is (246,71,29). Sum of RGB (Red+Green+Blue) = 246+71+29=346 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.10% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 246 - color contains mainly: red. Hex color #F6471D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6471D is #09B8E2. Grayscale: #767676. Windows color (decimal): -637155 or 1918966. OLE color: 1918966.

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

Color convert

RGB 246 71 29 -
CMYK 0 0.71 0.88 0.04
HSL 11.61º 0.92% 0.54% -
HSV(B) 11.61º 0.88% 0.96% -
XYZ 40.48 24.19 3.7 -
YUV 118.54 77.48 218.92 -
System Red Green Blue C M Y K H S L
Decimal 246 71 29 0 0.71 0.88 0.04 11.61 0.92 0.54
Hex F6 47 1D 0 47 58 4 C 5C 36
Octal 366 107 35 0 107 130 4 14 134 66
Binary 11110110 1000111 11101 0 1000111 1011000 100 1100 1011100 110110

Color Harmonies of #F6471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6471D

Black with #F6471D

Text Example


Text Example

White with #F6471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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