#F9B64A

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

Shades of Koromiko #F9B64A

Tints of Koromiko #F9B64A

Color information

#F9B64A (or 0xF9B64A) is unknown color: approx Koromiko. HEX triplet: F9, B6 and 4A. RGB value is (249,182,74). Sum of RGB (Red+Green+Blue) = 249+182+74=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9B64A is #0649B5. Grayscale: #BEBEBE. Windows color (decimal): -412086 or 4896505. OLE color: 4896505.

HSL color Cylindrical-coordinate representation of color #F9B64A: hue angle of 37.03º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9B64A is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB24918274-
CMYK00.270.700.02
HSL37.03º93.58%63.33%-
HSV(B)37.03º70.28%97.65%-
XYZ57.0354.0913.91-
YUV189.7262.7170.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.31%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 74 (29.30% from 255) = 14.65%
R=49.31%
G=36.04%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491827400.270.700.0237.0393.5863.33
HexF9B64A01B462255e3f
Octal37126611203310624513677
Binary111110011011011010010100110111000110101001011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B64A; }

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

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

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

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

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

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

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

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