#FCA61A

Color #FCA61A Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #FCA61A

Tints of Dark Tangerine #FCA61A

Color information

#FCA61A (or 0xFCA61A) is unknown color: approx Dark Tangerine. HEX triplet: FC, A6 and 1A. RGB value is (252,166,26). Sum of RGB (Red+Green+Blue) = 252+166+26=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 26 (10.55% from 255 or 5.86% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA61A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA61A is #0359E5. Grayscale: #B0B0B0. Windows color (decimal): -219622 or 1746684. OLE color: 1746684.

HSL color Cylindrical-coordinate representation of color #FCA61A: hue angle of 37.17º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCA61A is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB25216626-
CMYK00.340.900.01
HSL37.17º97.41%54.51%-
HSV(B)37.17º89.68%98.82%-
XYZ53.9748.047.41-
YUV175.7543.49182.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.76%
GREEN value IS 166 (65.23% from 255) = 37.39%
BLUE value IS 26 (10.55% from 255) = 5.86%
R=56.76%
G=37.39%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521662600.340.900.0137.1797.4154.51
HexFCA61A0225A1256137
Octal3742463204213214514167
Binary1111110010100110110100100010101101011001011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA61A; }

 p { color: rgb(252,166,26); }

 H1.HeaderClassName
 {
   color: #FCA61A;
 }
 .AnyTagClassName
 {
   color: #FCA61A;
 }
</style>
background-color css

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

 a { background-color: rgb(252,166,26); }

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

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

 span { border-color: rgb(252,166,26); }

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