#f9bc56

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

Shades of Golden Tainoi #F9BC56

Tints of Golden Tainoi #F9BC56

Color information

#F9BC56 (or 0xF9BC56) is unknown color: approx Golden Tainoi. HEX triplet: F9, BC and 56. RGB value is (249,188,86). Sum of RGB (Red+Green+Blue) = 249+188+86=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 86 (33.98% from 255 or 16.44% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BC56 is #0643A9. Grayscale: #C3C3C3. Windows color (decimal): -410538 or 5684473. OLE color: 5684473.

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

Color convert

RGB24918886-
CMYK00.240.650.02
HSL37.55º93.14%65.69%-
HSV(B)37.55º65.46%97.65%-
XYZ58.7356.7816.67-
YUV194.6166.71166.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.61%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 86 (33.98% from 255) = 16.44%
R=47.61%
G=35.95%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491888600.240.650.0237.5593.1465.69
HexF9BC56018412265d42
Octal371274126030101246135102
Binary1111100110111100101011001100010000011010011010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f9bc56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f9bc56; }

 p { color: rgb(249,188,86); }

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

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

 a { background-color: rgb(249,188,86); }

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

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

 span { border-color: rgb(249,188,86); }

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