#FCCE00

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

Shades of Tangerine Yellow #FCCE00

Tints of Tangerine Yellow #FCCE00

Color information

#FCCE00 (or 0xFCCE00) is unknown color: approx Tangerine Yellow. HEX triplet: FC, CE and 00. RGB value is (252,206,0). Sum of RGB (Red+Green+Blue) = 252+206+0=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCE00 is #0331FF. Grayscale: #C5C5C5. Windows color (decimal): -209408 or 52988. OLE color: 52988.

HSL color Cylindrical-coordinate representation of color #FCCE00: hue angle of 49.05º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCCE00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB2522060-
CMYK00.1810.01
HSL49.05º100%49.41%-
HSV(B)49.05º100%98.82%-
XYZ62.2264.849.24-
YUV196.2717.24167.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.02%
GREEN value IS 206 (80.86% from 255) = 44.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.02%
G=44.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252206000.1810.0149.0510049.41
HexFCCE0012641316431
Octal374316002214416114461
Binary11111100110011100010010110010011100011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCE00; }

 p { color: rgb(252,206,0); }

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

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

 a { background-color: rgb(252,206,0); }

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

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

 span { border-color: rgb(252,206,0); }

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