Html Css Color HEX #FD8D66 Atomic Tangerine

📋 copy color: '#FD8D66'

red 253 ◦ green 141 ◦ blue 102

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

Shades of Atomic Tangerine #FD8D66

Tints of Atomic Tangerine #FD8D66

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.43%

 BLUE value IS 102 (40.23% from 255) = 20.56%

R = 51.01%
G = 28.43%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD8D66 (or 0xFD8D66) is known color: Atomic Tangerine. HEX triplet: FD, 8D and 66. RGB value is (253,141,102). Sum of RGB (Red+Green+Blue) = 253+141+102=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8D66 is #027299. Grayscale: #AAAAAA. Windows color (decimal): -160410 or 6721021. OLE color: 6721021.

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

Color convert

RGB 253 141 102 -
CMYK 0 0.44 0.60 0.01
HSL 15.5º 0.97% 0.7% -
HSV(B) 15.5º 0.6% 0.99% -
XYZ 52.43 40.89 17.7 -
YUV 170.04 89.61 187.17 -
System Red Green Blue C M Y K H S L
Decimal 253 141 102 0 0.44 0.60 0.01 15.5 0.97 0.7
Hex FD 8D 66 0 2C 3C 1 F 61 46
Octal 375 215 146 0 54 74 1 17 141 106
Binary 11111101 10001101 1100110 0 101100 111100 1 1111 1100001 1000110

Color Harmonies of #FD8D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8D66

Black with #FD8D66

Text Example


Text Example

White with #FD8D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8D66; }

 p { color: rgb(253,141,102); }

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

background-color css

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

 a { background-color: rgb(253,141,102); }

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

border-color css

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

 span { border-color: rgb(253,141,102); }

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