#F8B849

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

Shades of Koromiko #F8B849

Tints of Koromiko #F8B849

Color information

#F8B849 (or 0xF8B849) is unknown color: approx Koromiko. HEX triplet: F8, B8 and 49. RGB value is (248,184,73). Sum of RGB (Red+Green+Blue) = 248+184+73=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8B849 is #0747B6. Grayscale: #BEBEBE. Windows color (decimal): -477111 or 4831480. OLE color: 4831480.

HSL color Cylindrical-coordinate representation of color #F8B849: hue angle of 38.06º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8B849 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB24818473-
CMYK00.260.710.03
HSL38.06º92.59%62.94%-
HSV(B)38.06º70.56%97.25%-
XYZ57.0554.7213.86-
YUV190.4861.7169.03-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.11%
GREEN value IS 184 (72.27% from 255) = 36.44%
BLUE value IS 73 (28.91% from 255) = 14.46%
R=49.11%
G=36.44%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481847300.260.710.0338.0692.5962.94
HexF8B84901A473265d3f
Octal37027011103210734613577
Binary111110001011100010010010110101000111111001101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B849; }

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

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

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

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

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

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

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

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