#F7B852

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

Shades of Koromiko #F7B852

Tints of Koromiko #F7B852

Color information

#F7B852 (or 0xF7B852) is unknown color: approx Koromiko. HEX triplet: F7, B8 and 52. RGB value is (247,184,82). Sum of RGB (Red+Green+Blue) = 247+184+82=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B852 is #0847AD. Grayscale: #BFBFBF. Windows color (decimal): -542638 or 5421303. OLE color: 5421303.

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

Color convert

RGB24718482-
CMYK00.260.670.03
HSL37.09º91.16%64.51%-
HSV(B)37.09º66.8%96.86%-
XYZ57.0254.6615.53-
YUV191.2166.37167.79-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.15%
GREEN value IS 184 (72.27% from 255) = 35.87%
BLUE value IS 82 (32.42% from 255) = 15.98%
R=48.15%
G=35.87%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471848200.260.670.0337.0991.1664.51
HexF7B85201A433255b41
Octal367270122032103345133101
Binary1111011110111000101001001101010000111110010110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B852; }

 p { color: rgb(247,184,82); }

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

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

 a { background-color: rgb(247,184,82); }

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

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

 span { border-color: rgb(247,184,82); }

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