Html Css Color HEX #FD986C Atomic Tangerine

📋 copy color: '#FD986C'

red 253 ◦ green 152 ◦ blue 108

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

Shades of Atomic Tangerine #FD986C

Tints of Atomic Tangerine #FD986C

RGB

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

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

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

R = 49.32%
G = 29.63%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD986C (or 0xFD986C) is known color: Atomic Tangerine. HEX triplet: FD, 98 and 6C. RGB value is (253,152,108). Sum of RGB (Red+Green+Blue) = 253+152+108=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD986C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD986C is #026793. Grayscale: #B1B1B1. Windows color (decimal): -157588 or 7117053. OLE color: 7117053.

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

Color convert

RGB 253 152 108 -
CMYK 0 0.40 0.57 0.01
HSL 18.21º 0.97% 0.71% -
HSV(B) 18.21º 0.57% 0.99% -
XYZ 54.44 44.42 19.89 -
YUV 177.18 88.96 182.08 -
System Red Green Blue C M Y K H S L
Decimal 253 152 108 0 0.40 0.57 0.01 18.21 0.97 0.71
Hex FD 98 6C 0 28 39 1 12 61 47
Octal 375 230 154 0 50 71 1 22 141 107
Binary 11111101 10011000 1101100 0 101000 111001 1 10010 1100001 1000111

Color Harmonies of #FD986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD986C

Black with #FD986C

Text Example


Text Example

White with #FD986C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD986C; }

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

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

background-color css

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

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

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

border-color css

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

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

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