Html Css Color HEX #F6986A Atomic Tangerine

📋 copy color: '#F6986A'

red 246 ◦ green 152 ◦ blue 106

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

Shades of Atomic Tangerine #F6986A

Tints of Atomic Tangerine #F6986A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.16%

 BLUE value IS 106 (41.8% from 255) = 21.03%

R = 48.81%
G = 30.16%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F6986A (or 0xF6986A) is known color: Atomic Tangerine. HEX triplet: F6, 98 and 6A. RGB value is (246,152,106). Sum of RGB (Red+Green+Blue) = 246+152+106=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F6986A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6986A is #096795. Grayscale: #AFAFAF. Windows color (decimal): -616342 or 6985974. OLE color: 6985974.

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

Color convert

RGB 246 152 106 -
CMYK 0 0.38 0.57 0.04
HSL 19.71º 0.89% 0.69% -
HSV(B) 19.71º 0.57% 0.96% -
XYZ 51.84 43.09 19.22 -
YUV 174.86 89.14 178.74 -
System Red Green Blue C M Y K H S L
Decimal 246 152 106 0 0.38 0.57 0.04 19.71 0.89 0.69
Hex F6 98 6A 0 26 39 4 14 59 45
Octal 366 230 152 0 46 71 4 24 131 105
Binary 11110110 10011000 1101010 0 100110 111001 100 10100 1011001 1000101

Color Harmonies of #F6986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6986A

Black with #F6986A

Text Example


Text Example

White with #F6986A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6986A; }

 p { color: rgb(246,152,106); }

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

background-color css

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

 a { background-color: rgb(246,152,106); }

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

border-color css

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

 span { border-color: rgb(246,152,106); }

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