#F7B550

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

Shades of Koromiko #F7B550

Tints of Koromiko #F7B550

Color information

#F7B550 (or 0xF7B550) is unknown color: approx Koromiko. HEX triplet: F7, B5 and 50. RGB value is (247,181,80). Sum of RGB (Red+Green+Blue) = 247+181+80=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B550 is #084AAF. Grayscale: #BDBDBD. Windows color (decimal): -543408 or 5289463. OLE color: 5289463.

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

Color convert

RGB24718180-
CMYK00.270.680.03
HSL36.29º91.26%64.12%-
HSV(B)36.29º67.61%96.86%-
XYZ56.3353.414.93-
YUV189.2266.37169.21-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.62%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 80 (31.64% from 255) = 15.75%
R=48.62%
G=35.63%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471818000.270.680.0336.2991.2664.12
HexF7B55001B443245b40
Octal367265120033104344133100
Binary1111011110110101101000001101110001001110010010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B550; }

 p { color: rgb(247,181,80); }

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

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

 a { background-color: rgb(247,181,80); }

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

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

 span { border-color: rgb(247,181,80); }

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