#FBBC5F

Color #FBBC5F Golden Tainoi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Tainoi #FBBC5F

Tints of Golden Tainoi #FBBC5F

Color information

#FBBC5F (or 0xFBBC5F) is unknown color: approx Golden Tainoi. HEX triplet: FB, BC and 5F. RGB value is (251,188,95). Sum of RGB (Red+Green+Blue) = 251+188+95=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 95 (37.5% from 255 or 17.79% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBC5F is #0443A0. Grayscale: #C4C4C4. Windows color (decimal): -279457 or 6274299. OLE color: 6274299.

HSL color Cylindrical-coordinate representation of color #FBBC5F: hue angle of 35.77º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FBBC5F is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB25118895-
CMYK00.250.620.02
HSL35.77º95.12%67.84%-
HSV(B)35.77º62.15%98.43%-
XYZ59.8357.318.73-
YUV196.2470.87167.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.00%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 95 (37.5% from 255) = 17.79%
R=47.00%
G=35.21%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511889500.250.620.0235.7795.1267.84
HexFBBC5F0193E2245f44
Octal37327413703176244137104
Binary111110111011110010111110110011111101010010010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBC5F; }

 p { color: rgb(251,188,95); }

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

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

 a { background-color: rgb(251,188,95); }

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

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

 span { border-color: rgb(251,188,95); }

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