#FAB953

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

Shades of Koromiko #FAB953

Tints of Koromiko #FAB953

Color information

#FAB953 (or 0xFAB953) is unknown color: approx Koromiko. HEX triplet: FA, B9 and 53. RGB value is (250,185,83). Sum of RGB (Red+Green+Blue) = 250+185+83=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 83 (32.81% from 255 or 16.02% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB953 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB953 is #0546AC. Grayscale: #C1C1C1. Windows color (decimal): -345773 or 5487098. OLE color: 5487098.

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

Color convert

RGB25018583-
CMYK00.260.670.02
HSL36.65º94.35%65.29%-
HSV(B)36.65º66.8%98.04%-
XYZ58.3355.6515.85-
YUV192.8166.03168.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.26%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 83 (32.81% from 255) = 16.02%
R=48.26%
G=35.71%
B=16.02%

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
Decimal2501858300.260.670.0236.6594.3565.29
HexFAB95301A432255e41
Octal372271123032103245136101
Binary1111101010111001101001101101010000111010010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB953; }

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

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

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

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

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

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

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

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