#FFCE00

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

Shades of Tangerine Yellow #FFCE00

Tints of Tangerine Yellow #FFCE00

Color information

#FFCE00 (or 0xFFCE00) is unknown color: approx Tangerine Yellow. HEX triplet: FF, CE and 00. RGB value is (255,206,0). Sum of RGB (Red+Green+Blue) = 255+206+0=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 0 (0.39% from 255 or 0% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCE00 is #0031FF. Grayscale: #C6C6C6. Windows color (decimal): -12800 or 52991. OLE color: 52991.

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

Color convert

RGB2552060-
CMYK00.1910
HSL48.47º100%50%-
HSV(B)48.47º100%100%-
XYZ63.3165.49.29-
YUV197.1716.73169.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.31%
GREEN value IS 206 (80.86% from 255) = 44.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.31%
G=44.69%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255206000.191048.4710050
HexFFCE0013640306432
Octal377316002314406014462
Binary11111111110011100010011110010001100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCE00; }

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

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

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

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

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

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

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

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