Html Css Color HEX #F9986A Atomic Tangerine

📋 copy color: '#F9986A'

red 249 ◦ green 152 ◦ blue 106

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

Shades of Atomic Tangerine #F9986A

Tints of Atomic Tangerine #F9986A

RGB

 RED value IS 249 (97.66% from 255) = 49.11%

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

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

R = 49.11%
G = 29.98%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9986A (or 0xF9986A) is known color: Atomic Tangerine. HEX triplet: F9, 98 and 6A. RGB value is (249,152,106). Sum of RGB (Red+Green+Blue) = 249+152+106=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F9986A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9986A is #066795. Grayscale: #B0B0B0. Windows color (decimal): -419734 or 6985977. OLE color: 6985977.

HSL color Cylindrical-coordinate representation of color #F9986A: hue angle of 19.3º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9986A is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 152 106 -
CMYK 0 0.39 0.57 0.02
HSL 19.3º 0.92% 0.7% -
HSV(B) 19.3º 0.57% 0.98% -
XYZ 52.9 43.64 19.27 -
YUV 175.76 88.64 180.24 -
System Red Green Blue C M Y K H S L
Decimal 249 152 106 0 0.39 0.57 0.02 19.3 0.92 0.7
Hex F9 98 6A 0 27 39 2 13 5C 46
Octal 371 230 152 0 47 71 2 23 134 106
Binary 11111001 10011000 1101010 0 100111 111001 10 10011 1011100 1000110

Color Harmonies of #F9986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9986A

Black with #F9986A

Text Example


Text Example

White with #F9986A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9986A; }

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

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

background-color css

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

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

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

border-color css

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

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

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