#F9B94A

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

Shades of Koromiko #F9B94A

Tints of Koromiko #F9B94A

Color information

#F9B94A (or 0xF9B94A) is unknown color: approx Koromiko. HEX triplet: F9, B9 and 4A. RGB value is (249,185,74). Sum of RGB (Red+Green+Blue) = 249+185+74=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 74 (29.30% from 255 or 14.57% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9B94A is #0646B5. Grayscale: #BFBFBF. Windows color (decimal): -411318 or 4897273. OLE color: 4897273.

HSL color Cylindrical-coordinate representation of color #F9B94A: hue angle of 38.06º 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 #F9B94A is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB24918574-
CMYK00.260.700.02
HSL38.06º93.58%63.33%-
HSV(B)38.06º70.28%97.65%-
XYZ57.6555.3314.12-
YUV191.4861.7169.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.02%
GREEN value IS 185 (72.66% from 255) = 36.42%
BLUE value IS 74 (29.30% from 255) = 14.57%
R=49.02%
G=36.42%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491857400.260.700.0238.0693.5863.33
HexF9B94A01A462265e3f
Octal37127111203210624613677
Binary111110011011100110010100110101000110101001101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B94A; }

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

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

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

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

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

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

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

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