#FABA56

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

Shades of Koromiko #FABA56

Tints of Koromiko #FABA56

Color information

#FABA56 (or 0xFABA56) is unknown color: approx Koromiko. HEX triplet: FA, BA and 56. RGB value is (250,186,86). Sum of RGB (Red+Green+Blue) = 250+186+86=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 86 (33.98% from 255 or 16.48% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA56 is #0545A9. Grayscale: #C2C2C2. Windows color (decimal): -345514 or 5683962. OLE color: 5683962.

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

Color convert

RGB25018686-
CMYK00.260.660.02
HSL36.59º94.25%65.88%-
HSV(B)36.59º65.6%98.04%-
XYZ58.6656.1116.54-
YUV193.7467.2168.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.89%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 86 (33.98% from 255) = 16.48%
R=47.89%
G=35.63%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501868600.260.660.0236.5994.2565.88
HexFABA5601A422255e42
Octal372272126032102245136102
Binary1111101010111010101011001101010000101010010110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABA56; }

 p { color: rgb(250,186,86); }

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

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

 a { background-color: rgb(250,186,86); }

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

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

 span { border-color: rgb(250,186,86); }

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