#FABA53

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

Shades of Koromiko #FABA53

Tints of Koromiko #FABA53

Color information

#FABA53 (or 0xFABA53) is unknown color: approx Koromiko. HEX triplet: FA, BA and 53. RGB value is (250,186,83). Sum of RGB (Red+Green+Blue) = 250+186+83=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA53 is #0545AC. Grayscale: #C1C1C1. Windows color (decimal): -345517 or 5487354. OLE color: 5487354.

HSL color Cylindrical-coordinate representation of color #FABA53: hue angle of 37.01º 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 #FABA53 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB25018683-
CMYK00.260.670.02
HSL37.01º94.35%65.29%-
HSV(B)37.01º66.8%98.04%-
XYZ58.5456.0715.92-
YUV193.3965.7168.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.17%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 83 (32.81% from 255) = 15.99%
R=48.17%
G=35.84%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501868300.260.670.0237.0194.3565.29
HexFABA5301A432255e41
Octal372272123032103245136101
Binary1111101010111010101001101101010000111010010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABA53; }

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

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

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

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

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

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

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

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