#FABB4E

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

Shades of Golden Tainoi #FABB4E

Tints of Golden Tainoi #FABB4E

Color information

#FABB4E (or 0xFABB4E) is unknown color: approx Golden Tainoi. HEX triplet: FA, BB and 4E. RGB value is (250,187,78). Sum of RGB (Red+Green+Blue) = 250+187+78=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 78 (30.86% from 255 or 15.15% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB4E is #0544B1. Grayscale: #C1C1C1. Windows color (decimal): -345266 or 5159930. OLE color: 5159930.

HSL color Cylindrical-coordinate representation of color #FABB4E: hue angle of 38.02º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FABB4E is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB25018778-
CMYK00.250.690.02
HSL38.02º94.51%64.31%-
HSV(B)38.02º68.8%98.04%-
XYZ58.5756.4115.01-
YUV193.4162.87168.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.54%
GREEN value IS 187 (73.44% from 255) = 36.31%
BLUE value IS 78 (30.86% from 255) = 15.15%
R=48.54%
G=36.31%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501877800.250.690.0238.0294.5164.31
HexFABB4E019452265f40
Octal372273116031105246137100
Binary1111101010111011100111001100110001011010011010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABB4E; }

 p { color: rgb(250,187,78); }

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

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

 a { background-color: rgb(250,187,78); }

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

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

 span { border-color: rgb(250,187,78); }

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