#F8BA59

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

Shades of Koromiko #F8BA59

Tints of Koromiko #F8BA59

Color information

#F8BA59 (or 0xF8BA59) is unknown color: approx Koromiko. HEX triplet: F8, BA and 59. RGB value is (248,186,89). Sum of RGB (Red+Green+Blue) = 248+186+89=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 89 (35.16% from 255 or 17.02% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BA59 is #0745A6. Grayscale: #C1C1C1. Windows color (decimal): -476583 or 5880568. OLE color: 5880568.

HSL color Cylindrical-coordinate representation of color #F8BA59: hue angle of 36.6º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8BA59 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB24818689-
CMYK00.250.640.03
HSL36.6º91.91%66.08%-
HSV(B)36.6º64.11%97.25%-
XYZ58.0755.817.16-
YUV193.4869.04166.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.42%
GREEN value IS 186 (73.05% from 255) = 35.56%
BLUE value IS 89 (35.16% from 255) = 17.02%
R=47.42%
G=35.56%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481868900.250.640.0336.691.9166.08
HexF8BA59019403255c42
Octal370272131031100345134102
Binary1111100010111010101100101100110000001110010110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BA59; }

 p { color: rgb(248,186,89); }

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

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

 a { background-color: rgb(248,186,89); }

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

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

 span { border-color: rgb(248,186,89); }

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