#FBD10E

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

Shades of Tangerine Yellow #FBD10E

Tints of Tangerine Yellow #FBD10E

Color information

#FBD10E (or 0xFBD10E) is unknown color: approx Tangerine Yellow. HEX triplet: FB, D1 and 0E. RGB value is (251,209,14). Sum of RGB (Red+Green+Blue) = 251+209+14=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 14 (5.86% from 255 or 2.95% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBD10E is #042EF1. Grayscale: #C8C8C8. Windows color (decimal): -274162 or 971259. OLE color: 971259.

HSL color Cylindrical-coordinate representation of color #FBD10E: hue angle of 49.37º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBD10E is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB25120914-
CMYK00.170.940.02
HSL49.37º96.73%51.96%-
HSV(B)49.37º94.42%98.43%-
XYZ62.6666.149.88-
YUV199.3323.41164.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.95%
GREEN value IS 209 (82.03% from 255) = 44.09%
BLUE value IS 14 (5.86% from 255) = 2.95%
R=52.95%
G=44.09%
B=2.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512091400.170.940.0249.3796.7351.96
HexFBD1E0115E2316134
Octal3733211602113626114164
Binary111110111101000111100100011011110101100011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD10E; }

 p { color: rgb(251,209,14); }

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

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

 a { background-color: rgb(251,209,14); }

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

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

 span { border-color: rgb(251,209,14); }

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