#FAB851

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

Shades of Koromiko #FAB851

Tints of Koromiko #FAB851

Color information

#FAB851 (or 0xFAB851) is unknown color: approx Koromiko. HEX triplet: FA, B8 and 51. RGB value is (250,184,81). Sum of RGB (Red+Green+Blue) = 250+184+81=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 81 (32.03% from 255 or 15.73% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB851 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB851 is #0547AE. Grayscale: #C0C0C0. Windows color (decimal): -346031 or 5355770. OLE color: 5355770.

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

Color convert

RGB25018481-
CMYK00.260.680.02
HSL36.57º94.41%64.9%-
HSV(B)36.57º67.6%98.04%-
XYZ58.0555.215.38-
YUV191.9965.37169.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.54%
GREEN value IS 184 (72.27% from 255) = 35.73%
BLUE value IS 81 (32.03% from 255) = 15.73%
R=48.54%
G=35.73%
B=15.73%

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
Decimal2501848100.260.680.0236.5794.4164.9
HexFAB85101A442255e41
Octal372270121032104245136101
Binary1111101010111000101000101101010001001010010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB851; }

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

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

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

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

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

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

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

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