#FCA30D

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

Shades of Dark Tangerine #FCA30D

Tints of Dark Tangerine #FCA30D

Color information

#FCA30D (or 0xFCA30D) is unknown color: approx Dark Tangerine. HEX triplet: FC, A3 and 0D. RGB value is (252,163,13). Sum of RGB (Red+Green+Blue) = 252+163+13=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA30D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA30D is #035CF2. Grayscale: #ADADAD. Windows color (decimal): -220403 or 893948. OLE color: 893948.

HSL color Cylindrical-coordinate representation of color #FCA30D: hue angle of 37.66º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCA30D is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB25216313-
CMYK00.350.950.01
HSL37.66º97.55%51.96%-
HSV(B)37.66º94.84%98.82%-
XYZ53.3146.926.63-
YUV172.5137.99184.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.88%
GREEN value IS 163 (64.06% from 255) = 38.08%
BLUE value IS 13 (5.47% from 255) = 3.04%
R=58.88%
G=38.08%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521631300.350.950.0137.6697.5551.96
HexFCA3D0235F1266234
Octal3742431504313714614264
Binary111111001010001111010100011101111111001101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA30D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA30D; }

 p { color: rgb(252,163,13); }

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

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

 a { background-color: rgb(252,163,13); }

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

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

 span { border-color: rgb(252,163,13); }

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