#FAB951

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

Shades of Koromiko #FAB951

Tints of Koromiko #FAB951

Color information

#FAB951 (or 0xFAB951) is unknown color: approx Koromiko. HEX triplet: FA, B9 and 51. RGB value is (250,185,81). Sum of RGB (Red+Green+Blue) = 250+185+81=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 81 (32.03% from 255 or 15.70% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB951 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB951 is #0546AE. Grayscale: #C1C1C1. Windows color (decimal): -345775 or 5356026. OLE color: 5356026.

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

Color convert

RGB25018581-
CMYK00.260.680.02
HSL36.92º94.41%64.9%-
HSV(B)36.92º67.6%98.04%-
XYZ58.2655.6215.45-
YUV192.5865.03168.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.45%
GREEN value IS 185 (72.66% from 255) = 35.85%
BLUE value IS 81 (32.03% from 255) = 15.70%
R=48.45%
G=35.85%
B=15.70%

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
Decimal2501858100.260.680.0236.9294.4164.9
HexFAB95101A442255e41
Octal372271121032104245136101
Binary1111101010111001101000101101010001001010010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB951; }

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

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

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

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

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

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

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

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