Html Css Color HEX #FA986C Atomic Tangerine

📋 copy color: '#FA986C'

red 250 ◦ green 152 ◦ blue 108

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

Shades of Atomic Tangerine #FA986C

Tints of Atomic Tangerine #FA986C

RGB

 RED value IS 250 (98.05% from 255) = 49.02%

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

 BLUE value IS 108 (42.58% from 255) = 21.18%

R = 49.02%
G = 29.8%
B = 21.18%

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

#FA986C (or 0xFA986C) is known color: Atomic Tangerine. HEX triplet: FA, 98 and 6C. RGB value is (250,152,108). Sum of RGB (Red+Green+Blue) = 250+152+108=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA986C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA986C is #056793. Grayscale: #B0B0B0. Windows color (decimal): -354196 or 7117050. OLE color: 7117050.

HSL color Cylindrical-coordinate representation of color #FA986C: hue angle of 18.59º degrees, saturation: 0.93, 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 #FA986C is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 152 108 -
CMYK 0 0.39 0.57 0.02
HSL 18.59º 0.93% 0.7% -
HSV(B) 18.59º 0.57% 0.98% -
XYZ 53.36 43.86 19.84 -
YUV 176.29 89.47 180.58 -
System Red Green Blue C M Y K H S L
Decimal 250 152 108 0 0.39 0.57 0.02 18.59 0.93 0.7
Hex FA 98 6C 0 27 39 2 13 5D 46
Octal 372 230 154 0 47 71 2 23 135 106
Binary 11111010 10011000 1101100 0 100111 111001 10 10011 1011101 1000110

Color Harmonies of #FA986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA986C

Black with #FA986C

Text Example


Text Example

White with #FA986C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA986C; }

 p { color: rgb(250,152,108); }

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

background-color css

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

 a { background-color: rgb(250,152,108); }

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

border-color css

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

 span { border-color: rgb(250,152,108); }

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