#F9B54A

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

Shades of Koromiko #F9B54A

Tints of Koromiko #F9B54A

Color information

#F9B54A (or 0xF9B54A) is unknown color: approx Koromiko. HEX triplet: F9, B5 and 4A. RGB value is (249,181,74). Sum of RGB (Red+Green+Blue) = 249+181+74=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 74 (29.30% from 255 or 14.68% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9B54A is #064AB5. Grayscale: #BDBDBD. Windows color (decimal): -412342 or 4896249. OLE color: 4896249.

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

Color convert

RGB24918174-
CMYK00.270.700.02
HSL36.69º93.58%63.33%-
HSV(B)36.69º70.28%97.65%-
XYZ56.8353.6813.85-
YUV189.1363.03170.7-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.40%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 74 (29.30% from 255) = 14.68%
R=49.40%
G=35.91%
B=14.68%

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
Decimal2491817400.270.700.0236.6993.5863.33
HexF9B54A01B462255e3f
Octal37126511203310624513677
Binary111110011011010110010100110111000110101001011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B54A; }

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

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

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

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

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

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

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

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