Html Css Color HEX #F6985E Atomic Tangerine

📋 copy color: '#F6985E'

red 246 ◦ green 152 ◦ blue 94

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

Shades of Atomic Tangerine #F6985E

Tints of Atomic Tangerine #F6985E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.11%

R = 50%
G = 30.89%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F6985E (or 0xF6985E) is known color: Atomic Tangerine. HEX triplet: F6, 98 and 5E. RGB value is (246,152,94). Sum of RGB (Red+Green+Blue) = 246+152+94=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F6985E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6985E is #0967A1. Grayscale: #ADADAD. Windows color (decimal): -616354 or 6199542. OLE color: 6199542.

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

Color convert

RGB 246 152 94 -
CMYK 0 0.38 0.62 0.04
HSL 22.89º 0.89% 0.67% -
HSV(B) 22.89º 0.62% 0.96% -
XYZ 51.25 42.86 16.16 -
YUV 173.49 83.14 179.72 -
System Red Green Blue C M Y K H S L
Decimal 246 152 94 0 0.38 0.62 0.04 22.89 0.89 0.67
Hex F6 98 5E 0 26 3E 4 17 59 43
Octal 366 230 136 0 46 76 4 27 131 103
Binary 11110110 10011000 1011110 0 100110 111110 100 10111 1011001 1000011

Color Harmonies of #F6985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6985E

Black with #F6985E

Text Example


Text Example

White with #F6985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6985E; }

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

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

background-color css

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

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

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

border-color css

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

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

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