#F9B652

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

Shades of Koromiko #F9B652

Tints of Koromiko #F9B652

Color information

#F9B652 (or 0xF9B652) is unknown color: approx Koromiko. HEX triplet: F9, B6 and 52. RGB value is (249,182,82). Sum of RGB (Red+Green+Blue) = 249+182+82=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B652 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B652 is #0649AD. Grayscale: #BFBFBF. Windows color (decimal): -412078 or 5420793. OLE color: 5420793.

HSL color Cylindrical-coordinate representation of color #F9B652: hue angle of 35.93º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F9B652 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB24918282-
CMYK00.270.670.02
HSL35.93º93.3%64.9%-
HSV(B)35.93º67.07%97.65%-
XYZ57.3254.215.42-
YUV190.6366.7169.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.54%
GREEN value IS 182 (71.48% from 255) = 35.48%
BLUE value IS 82 (32.42% from 255) = 15.98%
R=48.54%
G=35.48%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491828200.270.670.0235.9393.364.9
HexF9B65201B432245d41
Octal371266122033103244135101
Binary1111100110110110101001001101110000111010010010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B652; }

 p { color: rgb(249,182,82); }

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

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

 a { background-color: rgb(249,182,82); }

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

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

 span { border-color: rgb(249,182,82); }

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