#FFBB4A

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

Shades of Golden Tainoi #FFBB4A

Tints of Golden Tainoi #FFBB4A

Color information

#FFBB4A (or 0xFFBB4A) is unknown color: approx Golden Tainoi. HEX triplet: FF, BB and 4A. RGB value is (255,187,74). Sum of RGB (Red+Green+Blue) = 255+187+74=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB4A is #0044B5. Grayscale: #C2C2C2. Windows color (decimal): -17590 or 4897791. OLE color: 4897791.

HSL color Cylindrical-coordinate representation of color #FFBB4A: hue angle of 37.46º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFBB4A is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB25518774-
CMYK00.270.710
HSL37.46º100%64.51%-
HSV(B)37.46º70.98%100%-
XYZ60.2557.314.36-
YUV194.4560.03171.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.42%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 74 (29.30% from 255) = 14.34%
R=49.42%
G=36.24%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551877400.270.71037.4610064.51
HexFFBB4A01B470256441
Octal377273112033107045144101
Binary111111111011101110010100110111000111010010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBB4A; }

 p { color: rgb(255,187,74); }

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

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

 a { background-color: rgb(255,187,74); }

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

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

 span { border-color: rgb(255,187,74); }

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