#F7BA58

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

Shades of Koromiko #F7BA58

Tints of Koromiko #F7BA58

Color information

#F7BA58 (or 0xF7BA58) is unknown color: approx Koromiko. HEX triplet: F7, BA and 58. RGB value is (247,186,88). Sum of RGB (Red+Green+Blue) = 247+186+88=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BA58 is #0845A7. Grayscale: #C1C1C1. Windows color (decimal): -542120 or 5815031. OLE color: 5815031.

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

Color convert

RGB24718688-
CMYK00.250.640.03
HSL36.98º90.86%65.69%-
HSV(B)36.98º64.37%96.86%-
XYZ57.6855.616.92-
YUV193.0768.71166.47-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.41%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 88 (34.77% from 255) = 16.89%
R=47.41%
G=35.70%
B=16.89%

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
Decimal2471868800.250.640.0336.9890.8665.69
HexF7BA58019403255b42
Octal367272130031100345133102
Binary1111011110111010101100001100110000001110010110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BA58; }

 p { color: rgb(247,186,88); }

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

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

 a { background-color: rgb(247,186,88); }

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

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

 span { border-color: rgb(247,186,88); }

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