#FFCB00

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

Shades of Tangerine Yellow #FFCB00

Tints of Tangerine Yellow #FFCB00

Color information

#FFCB00 (or 0xFFCB00) is unknown color: approx Tangerine Yellow. HEX triplet: FF, CB and 00. RGB value is (255,203,0). Sum of RGB (Red+Green+Blue) = 255+203+0=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCB00 is #0034FF. Grayscale: #C4C4C4. Windows color (decimal): -13568 or 52223. OLE color: 52223.

HSL color Cylindrical-coordinate representation of color #FFCB00: hue angle of 47.76º 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 #FFCB00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB2552030-
CMYK00.2010
HSL47.76º100%50%-
HSV(B)47.76º100%100%-
XYZ62.663.979.05-
YUV195.4117.73170.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.68%
GREEN value IS 203 (79.69% from 255) = 44.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.68%
G=44.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255203000.201047.7610050
HexFFCB0014640306432
Octal377313002414406014462
Binary11111111110010110010100110010001100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCB00; }

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

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

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

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

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

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

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

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