#f6bb54

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

Shades of Golden Tainoi #F6BB54

Tints of Golden Tainoi #F6BB54

Color information

#F6BB54 (or 0xF6BB54) is unknown color: approx Golden Tainoi. HEX triplet: F6, BB and 54. RGB value is (246,187,84). Sum of RGB (Red+Green+Blue) = 246+187+84=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 84 (33.20% from 255 or 16.25% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BB54 is #0944AB. Grayscale: #C1C1C1. Windows color (decimal): -607404 or 5553142. OLE color: 5553142.

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

Color convert

RGB24618784-
CMYK00.240.660.04
HSL38.15º90%64.71%-
HSV(B)38.15º65.85%96.47%-
XYZ57.3855.7716.13-
YUV192.966.55165.88-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.58%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 84 (33.20% from 255) = 16.25%
R=47.58%
G=36.17%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461878400.240.660.0438.159064.71
HexF6BB54018424265a41
Octal366273124030102446132101
Binary11110110101110111010100011000100001010010011010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f6bb54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f6bb54; }

 p { color: rgb(246,187,84); }

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

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

 a { background-color: rgb(246,187,84); }

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

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

 span { border-color: rgb(246,187,84); }

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