#F7B452

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

Shades of Koromiko #F7B452

Tints of Koromiko #F7B452

Color information

#F7B452 (or 0xF7B452) is unknown color: approx Koromiko. HEX triplet: F7, B4 and 52. RGB value is (247,180,82). Sum of RGB (Red+Green+Blue) = 247+180+82=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B452 is #084BAD. Grayscale: #BDBDBD. Windows color (decimal): -543662 or 5420279. OLE color: 5420279.

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

Color convert

RGB24718082-
CMYK00.270.670.03
HSL35.64º91.16%64.51%-
HSV(B)35.64º66.8%96.86%-
XYZ56.253.0315.26-
YUV188.8667.7169.47-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.53%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 82 (32.42% from 255) = 16.11%
R=48.53%
G=35.36%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471808200.270.670.0335.6491.1664.51
HexF7B45201B433245b41
Octal367264122033103344133101
Binary1111011110110100101001001101110000111110010010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B452; }

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

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

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

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

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

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

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

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