#F8B959

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

Shades of Koromiko #F8B959

Tints of Koromiko #F8B959

Color information

#F8B959 (or 0xF8B959) is unknown color: approx Koromiko. HEX triplet: F8, B9 and 59. RGB value is (248,185,89). Sum of RGB (Red+Green+Blue) = 248+185+89=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 89 (35.16% from 255 or 17.05% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B959 is #0746A6. Grayscale: #C1C1C1. Windows color (decimal): -476839 or 5880312. OLE color: 5880312.

HSL color Cylindrical-coordinate representation of color #F8B959: hue angle of 36.23º 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 #F8B959 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB24818589-
CMYK00.250.640.03
HSL36.23º91.91%66.08%-
HSV(B)36.23º64.11%97.25%-
XYZ57.8655.3817.09-
YUV192.8969.37167.31-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.51%
GREEN value IS 185 (72.66% from 255) = 35.44%
BLUE value IS 89 (35.16% from 255) = 17.05%
R=47.51%
G=35.44%
B=17.05%

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
Decimal2481858900.250.640.0336.2391.9166.08
HexF8B959019403245c42
Octal370271131031100344134102
Binary1111100010111001101100101100110000001110010010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B959; }

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

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

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

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

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

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

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

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