Html Css Color HEX #F6AA0F Dark Tangerine

📋 copy color: '#F6AA0F'

red 246 ◦ green 170 ◦ blue 15

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

Shades of Dark Tangerine #F6AA0F

Tints of Dark Tangerine #F6AA0F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.44%

 BLUE value IS 15 (6.25% from 255) = 3.48%

R = 57.08%
G = 39.44%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6AA0F (or 0xF6AA0F) is known color: Dark Tangerine. HEX triplet: F6, AA and 0F. RGB value is (246,170,15). Sum of RGB (Red+Green+Blue) = 246+170+15=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AA0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6AA0F is #0955F0. Grayscale: #AFAFAF. Windows color (decimal): -611825 or 1026806. OLE color: 1026806.

HSL color Cylindrical-coordinate representation of color #F6AA0F: hue angle of 40.26º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6AA0F is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 170 15 -
CMYK 0 0.31 0.94 0.04
HSL 40.26º 0.93% 0.51% -
HSV(B) 40.26º 0.94% 0.96% -
XYZ 52.47 48.38 7.02 -
YUV 175.05 37.68 178.6 -
System Red Green Blue C M Y K H S L
Decimal 246 170 15 0 0.31 0.94 0.04 40.26 0.93 0.51
Hex F6 AA F 0 1F 5E 4 28 5D 33
Octal 366 252 17 0 37 136 4 50 135 63
Binary 11110110 10101010 1111 0 11111 1011110 100 101000 1011101 110011

Color Harmonies of #F6AA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AA0F

Black with #F6AA0F

Text Example


Text Example

White with #F6AA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AA0F; }

 p { color: rgb(246,170,15); }

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

background-color css

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

 a { background-color: rgb(246,170,15); }

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

border-color css

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

 span { border-color: rgb(246,170,15); }

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