Html Css Color HEX #FD986A Atomic Tangerine

📋 copy color: '#FD986A'

red 253 ◦ green 152 ◦ blue 106

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

Shades of Atomic Tangerine #FD986A

Tints of Atomic Tangerine #FD986A

RGB

 RED value IS 253 (99.22% from 255) = 49.51%

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

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

R = 49.51%
G = 29.75%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD986A (or 0xFD986A) is known color: Atomic Tangerine. HEX triplet: FD, 98 and 6A. RGB value is (253,152,106). Sum of RGB (Red+Green+Blue) = 253+152+106=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD986A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD986A is #026795. Grayscale: #B1B1B1. Windows color (decimal): -157590 or 6985981. OLE color: 6985981.

HSL color Cylindrical-coordinate representation of color #FD986A: hue angle of 18.78º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD986A is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 152 106 -
CMYK 0 0.40 0.58 0.01
HSL 18.78º 0.97% 0.7% -
HSV(B) 18.78º 0.58% 0.99% -
XYZ 54.34 44.38 19.34 -
YUV 176.96 87.96 182.24 -
System Red Green Blue C M Y K H S L
Decimal 253 152 106 0 0.40 0.58 0.01 18.78 0.97 0.7
Hex FD 98 6A 0 28 3A 1 13 61 46
Octal 375 230 152 0 50 72 1 23 141 106
Binary 11111101 10011000 1101010 0 101000 111010 1 10011 1100001 1000110

Color Harmonies of #FD986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD986A

Black with #FD986A

Text Example


Text Example

White with #FD986A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD986A; }

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

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

background-color css

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

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

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

border-color css

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

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

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