Html Css Color HEX #FD9166 Atomic Tangerine

📋 copy color: '#FD9166'

red 253 ◦ green 145 ◦ blue 102

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

Shades of Atomic Tangerine #FD9166

Tints of Atomic Tangerine #FD9166

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29%

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

R = 50.6%
G = 29%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD9166 (or 0xFD9166) is known color: Atomic Tangerine. HEX triplet: FD, 91 and 66. RGB value is (253,145,102). Sum of RGB (Red+Green+Blue) = 253+145+102=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9166 is #026E99. Grayscale: #ACACAC. Windows color (decimal): -159386 or 6722045. OLE color: 6722045.

HSL color Cylindrical-coordinate representation of color #FD9166: hue angle of 17.09º 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 #FD9166 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 145 102 -
CMYK 0 0.43 0.60 0.01
HSL 17.09º 0.97% 0.7% -
HSV(B) 17.09º 0.6% 0.99% -
XYZ 53.03 42.09 17.9 -
YUV 172.39 88.28 185.5 -
System Red Green Blue C M Y K H S L
Decimal 253 145 102 0 0.43 0.60 0.01 17.09 0.97 0.7
Hex FD 91 66 0 2B 3C 1 11 61 46
Octal 375 221 146 0 53 74 1 21 141 106
Binary 11111101 10010001 1100110 0 101011 111100 1 10001 1100001 1000110

Color Harmonies of #FD9166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9166

Black with #FD9166

Text Example


Text Example

White with #FD9166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9166; }

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

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

background-color css

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

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

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

border-color css

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

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

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