Html Css Color HEX #F9BA49 Koromiko

📋 copy color: '#F9BA49'

red 249 ◦ green 186 ◦ blue 73

#F9BA49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Koromiko #F9BA49

Tints of Koromiko #F9BA49

RGB

 RED value IS 249 (97.66% from 255) = 49.02%

 GREEN value IS 186 (73.05% from 255) = 36.61%

 BLUE value IS 73 (28.91% from 255) = 14.37%

R = 49.02%
G = 36.61%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F9BA49 (or 0xF9BA49) is known color: Koromiko. HEX triplet: F9, BA and 49. RGB value is (249,186,73). Sum of RGB (Red+Green+Blue) = 249+186+73=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BA49 is #0645B6. Grayscale: #C0C0C0. Windows color (decimal): -411063 or 4831993. OLE color: 4831993.

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

Color convert

RGB 249 186 73 -
CMYK 0 0.25 0.71 0.02
HSL 38.52º 0.94% 0.63% -
HSV(B) 38.52º 0.71% 0.98% -
XYZ 57.83 55.74 14.01 -
YUV 191.96 60.87 168.69 -
System Red Green Blue C M Y K H S L
Decimal 249 186 73 0 0.25 0.71 0.02 38.52 0.94 0.63
Hex F9 BA 49 0 19 47 2 27 5E 3F
Octal 371 272 111 0 31 107 2 47 136 77
Binary 11111001 10111010 1001001 0 11001 1000111 10 100111 1011110 111111

Color Harmonies of #F9BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BA49

Black with #F9BA49

Text Example


Text Example

White with #F9BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BA49; }

 p { color: rgb(249,186,73); }

 H1.HeaderClassName
 {
   color: #F9BA49;
 }
 .AnyTagClassName
 {
   color: #F9BA49;
 }
</style>

background-color css

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

 a { background-color: rgb(249,186,73); }

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

border-color css

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

 span { border-color: rgb(249,186,73); }

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