#FABA51

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

Shades of Koromiko #FABA51

Tints of Koromiko #FABA51

Color information

#FABA51 (or 0xFABA51) is unknown color: approx Koromiko. HEX triplet: FA, BA and 51. RGB value is (250,186,81). Sum of RGB (Red+Green+Blue) = 250+186+81=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 81 (32.03% from 255 or 15.67% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA51 is #0545AE. Grayscale: #C1C1C1. Windows color (decimal): -345519 or 5356282. OLE color: 5356282.

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

Color convert

RGB25018681-
CMYK00.260.680.02
HSL37.28º94.41%64.9%-
HSV(B)37.28º67.6%98.04%-
XYZ58.4756.0415.52-
YUV193.1764.7168.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.36%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 81 (32.03% from 255) = 15.67%
R=48.36%
G=35.98%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501868100.260.680.0237.2894.4164.9
HexFABA5101A442255e41
Octal372272121032104245136101
Binary1111101010111010101000101101010001001010010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABA51; }

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

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

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

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

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

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

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

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