#FABF52

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

Shades of Golden Tainoi #FABF52

Tints of Golden Tainoi #FABF52

Color information

#FABF52 (or 0xFABF52) is unknown color: approx Golden Tainoi. HEX triplet: FA, BF and 52. RGB value is (250,191,82). Sum of RGB (Red+Green+Blue) = 250+191+82=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 82 (32.42% from 255 or 15.68% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABF52 is #0540AD. Grayscale: #C4C4C4. Windows color (decimal): -344238 or 5423098. OLE color: 5423098.

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

Color convert

RGB25019182-
CMYK00.240.670.02
HSL38.93º94.38%65.1%-
HSV(B)38.93º67.2%98.04%-
XYZ59.5858.1916.08-
YUV196.2263.55166.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.80%
GREEN value IS 191 (75% from 255) = 36.52%
BLUE value IS 82 (32.42% from 255) = 15.68%
R=47.80%
G=36.52%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501918200.240.670.0238.9394.3865.1
HexFABF52018432275e41
Octal372277122030103247136101
Binary1111101010111111101001001100010000111010011110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABF52; }

 p { color: rgb(250,191,82); }

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

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

 a { background-color: rgb(250,191,82); }

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

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

 span { border-color: rgb(250,191,82); }

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