#FBBF46

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

Shades of Golden Tainoi #FBBF46

Tints of Golden Tainoi #FBBF46

Color information

#FBBF46 (or 0xFBBF46) is unknown color: approx Golden Tainoi. HEX triplet: FB, BF and 46. RGB value is (251,191,70). Sum of RGB (Red+Green+Blue) = 251+191+70=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 70 (27.73% from 255 or 13.67% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBF46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBF46 is #0440B9. Grayscale: #C3C3C3. Windows color (decimal): -278714 or 4636667. OLE color: 4636667.

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

Color convert

RGB25119170-
CMYK00.240.720.02
HSL40.11º95.77%62.94%-
HSV(B)40.11º72.11%98.43%-
XYZ59.5258.2113.89-
YUV195.1557.38167.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.02%
GREEN value IS 191 (75% from 255) = 37.30%
BLUE value IS 70 (27.73% from 255) = 13.67%
R=49.02%
G=37.30%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511917000.240.720.0240.1195.7762.94
HexFBBF4601848228603f
Octal37327710603011025014077
Binary111110111011111110001100110001001000101010001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBF46; }

 p { color: rgb(251,191,70); }

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

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

 a { background-color: rgb(251,191,70); }

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

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

 span { border-color: rgb(251,191,70); }

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