#fbc05b

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

Shades of Golden Tainoi #FBC05B

Tints of Golden Tainoi #FBC05B

Color information

#FBC05B (or 0xFBC05B) is unknown color: approx Golden Tainoi. HEX triplet: FB, C0 and 5B. RGB value is (251,192,91). Sum of RGB (Red+Green+Blue) = 251+192+91=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC05B is #043FA4. Grayscale: #C6C6C6. Windows color (decimal): -278437 or 6013179. OLE color: 6013179.

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

Color convert

RGB25119291-
CMYK00.240.640.02
HSL37.88º95.24%67.06%-
HSV(B)37.88º63.75%98.43%-
XYZ60.5258.9618.09-
YUV198.1367.55165.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.00%
GREEN value IS 192 (75.39% from 255) = 35.96%
BLUE value IS 91 (35.94% from 255) = 17.04%
R=47.00%
G=35.96%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511929100.240.640.0237.8895.2467.06
HexFBC05B018402265f43
Octal373300133030100246137103
Binary1111101111000000101101101100010000001010011010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fbc05b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fbc05b; }

 p { color: rgb(251,192,91); }

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

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

 a { background-color: rgb(251,192,91); }

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

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

 span { border-color: rgb(251,192,91); }

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