Html Css Color HEX #FCA066 Atomic Tangerine

📋 copy color: '#FCA066'

red 252 ◦ green 160 ◦ blue 102

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

Shades of Atomic Tangerine #FCA066

Tints of Atomic Tangerine #FCA066

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.13%

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

R = 49.03%
G = 31.13%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCA066 (or 0xFCA066) is known color: Atomic Tangerine. HEX triplet: FC, A0 and 66. RGB value is (252,160,102). Sum of RGB (Red+Green+Blue) = 252+160+102=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 102 (40.23% from 255 or 19.84% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA066 is #035F99. Grayscale: #B5B5B5. Windows color (decimal): -221082 or 6725884. OLE color: 6725884.

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

Color convert

RGB 252 160 102 -
CMYK 0 0.37 0.60 0.01
HSL 23.2º 0.96% 0.69% -
HSV(B) 23.2º 0.6% 0.99% -
XYZ 55.11 46.8 18.7 -
YUV 180.9 83.48 178.72 -
System Red Green Blue C M Y K H S L
Decimal 252 160 102 0 0.37 0.60 0.01 23.2 0.96 0.69
Hex FC A0 66 0 25 3C 1 17 60 45
Octal 374 240 146 0 45 74 1 27 140 105
Binary 11111100 10100000 1100110 0 100101 111100 1 10111 1100000 1000101

Color Harmonies of #FCA066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA066

Black with #FCA066

Text Example


Text Example

White with #FCA066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA066; }

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

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

background-color css

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

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

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

border-color css

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

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

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