Html Css Color HEX #FCA166 Atomic Tangerine

📋 copy color: '#FCA166'

red 252 ◦ green 161 ◦ blue 102

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

Shades of Atomic Tangerine #FCA166

Tints of Atomic Tangerine #FCA166

RGB

 RED value IS 252 (98.83% from 255) = 48.93%

 GREEN value IS 161 (63.28% from 255) = 31.26%

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

R = 48.93%
G = 31.26%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCA166 (or 0xFCA166) is known color: Atomic Tangerine. HEX triplet: FC, A1 and 66. RGB value is (252,161,102). Sum of RGB (Red+Green+Blue) = 252+161+102=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA166 is #035E99. Grayscale: #B5B5B5. Windows color (decimal): -220826 or 6726140. OLE color: 6726140.

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

Color convert

RGB 252 161 102 -
CMYK 0 0.36 0.60 0.01
HSL 23.6º 0.96% 0.69% -
HSV(B) 23.6º 0.6% 0.99% -
XYZ 55.29 47.14 18.76 -
YUV 181.48 83.15 178.3 -
System Red Green Blue C M Y K H S L
Decimal 252 161 102 0 0.36 0.60 0.01 23.6 0.96 0.69
Hex FC A1 66 0 24 3C 1 18 60 45
Octal 374 241 146 0 44 74 1 30 140 105
Binary 11111100 10100001 1100110 0 100100 111100 1 11000 1100000 1000101

Color Harmonies of #FCA166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA166

Black with #FCA166

Text Example


Text Example

White with #FCA166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA166; }

 p { color: rgb(252,161,102); }

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

background-color css

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

 a { background-color: rgb(252,161,102); }

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

border-color css

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

 span { border-color: rgb(252,161,102); }

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