#FBCA06

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

Shades of Tangerine Yellow #FBCA06

Tints of Tangerine Yellow #FBCA06

Color information

#FBCA06 (or 0xFBCA06) is unknown color: approx Tangerine Yellow. HEX triplet: FB, CA and 06. RGB value is (251,202,6). Sum of RGB (Red+Green+Blue) = 251+202+6=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 6 (2.73% from 255 or 1.31% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCA06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCA06 is #0435F9. Grayscale: #C3C3C3. Windows color (decimal): -275962 or 445179. OLE color: 445179.

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

Color convert

RGB2512026-
CMYK00.200.980.02
HSL48º96.84%50.39%-
HSV(B)48º97.61%98.43%-
XYZ60.9462.769.08-
YUV194.3121.73168.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.68%
GREEN value IS 202 (79.30% from 255) = 44.01%
BLUE value IS 6 (2.73% from 255) = 1.31%
R=54.68%
G=44.01%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251202600.200.980.024896.8450.39
HexFBCA6014622306132
Octal373312602414226014162
Binary11111011110010101100101001100010101100001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCA06; }

 p { color: rgb(251,202,6); }

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

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

 a { background-color: rgb(251,202,6); }

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

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

 span { border-color: rgb(251,202,6); }

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