Html Css Color HEX #FCA063 Atomic Tangerine

📋 copy color: '#FCA063'

red 252 ◦ green 160 ◦ blue 99

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

Shades of Atomic Tangerine #FCA063

Tints of Atomic Tangerine #FCA063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.37%

R = 49.32%
G = 31.31%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCA063 (or 0xFCA063) is known color: Atomic Tangerine. HEX triplet: FC, A0 and 63. RGB value is (252,160,99). Sum of RGB (Red+Green+Blue) = 252+160+99=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 99 (39.06% from 255 or 19.37% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA063 is #035F9C. Grayscale: #B4B4B4. Windows color (decimal): -221085 or 6529276. OLE color: 6529276.

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

Color convert

RGB 252 160 99 -
CMYK 0 0.37 0.61 0.01
HSL 23.92º 0.96% 0.69% -
HSV(B) 23.92º 0.61% 0.99% -
XYZ 54.97 46.74 17.93 -
YUV 180.55 81.98 178.96 -
System Red Green Blue C M Y K H S L
Decimal 252 160 99 0 0.37 0.61 0.01 23.92 0.96 0.69
Hex FC A0 63 0 25 3D 1 18 60 45
Octal 374 240 143 0 45 75 1 30 140 105
Binary 11111100 10100000 1100011 0 100101 111101 1 11000 1100000 1000101

Color Harmonies of #FCA063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA063

Black with #FCA063

Text Example


Text Example

White with #FCA063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA063; }

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

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

background-color css

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

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

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

border-color css

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

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

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