#F9B74A

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

Shades of Koromiko #F9B74A

Tints of Koromiko #F9B74A

Color information

#F9B74A (or 0xF9B74A) is unknown color: approx Koromiko. HEX triplet: F9, B7 and 4A. RGB value is (249,183,74). Sum of RGB (Red+Green+Blue) = 249+183+74=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9B74A is #0648B5. Grayscale: #BEBEBE. Windows color (decimal): -411830 or 4896761. OLE color: 4896761.

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

Color convert

RGB24918374-
CMYK00.270.700.02
HSL37.37º93.58%63.33%-
HSV(B)37.37º70.28%97.65%-
XYZ57.2454.513.98-
YUV190.3162.37169.86-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.21%
GREEN value IS 183 (71.88% from 255) = 36.17%
BLUE value IS 74 (29.30% from 255) = 14.62%
R=49.21%
G=36.17%
B=14.62%

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
Decimal2491837400.270.700.0237.3793.5863.33
HexF9B74A01B462255e3f
Octal37126711203310624513677
Binary111110011011011110010100110111000110101001011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B74A; }

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

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

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

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

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

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

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

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