#F8B859

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

Shades of Koromiko #F8B859

Tints of Koromiko #F8B859

Color information

#F8B859 (or 0xF8B859) is unknown color: approx Koromiko. HEX triplet: F8, B8 and 59. RGB value is (248,184,89). Sum of RGB (Red+Green+Blue) = 248+184+89=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 89 (35.16% from 255 or 17.08% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B859 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B859 is #0747A6. Grayscale: #C0C0C0. Windows color (decimal): -477095 or 5880056. OLE color: 5880056.

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

Color convert

RGB24818489-
CMYK00.260.640.03
HSL35.85º91.91%66.08%-
HSV(B)35.85º64.11%97.25%-
XYZ57.6654.9617.02-
YUV192.3169.7167.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.60%
GREEN value IS 184 (72.27% from 255) = 35.32%
BLUE value IS 89 (35.16% from 255) = 17.08%
R=47.60%
G=35.32%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481848900.260.640.0335.8591.9166.08
HexF8B85901A403245c42
Octal370270131032100344134102
Binary1111100010111000101100101101010000001110010010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B859; }

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

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

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

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

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

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

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

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