Html Css Color HEX #F9B949 Koromiko

📋 copy color: '#F9B949'

red 249 ◦ green 185 ◦ blue 73

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

Shades of Koromiko #F9B949

Tints of Koromiko #F9B949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.49%

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

R = 49.11%
G = 36.49%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F9B949 (or 0xF9B949) is known color: Koromiko. HEX triplet: F9, B9 and 49. RGB value is (249,185,73). Sum of RGB (Red+Green+Blue) = 249+185+73=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9B949 is #0646B6. Grayscale: #BFBFBF. Windows color (decimal): -411319 or 4831737. OLE color: 4831737.

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

Color convert

RGB 249 185 73 -
CMYK 0 0.26 0.71 0.02
HSL 38.18º 0.94% 0.63% -
HSV(B) 38.18º 0.71% 0.98% -
XYZ 57.62 55.32 13.94 -
YUV 191.37 61.2 169.11 -
System Red Green Blue C M Y K H S L
Decimal 249 185 73 0 0.26 0.71 0.02 38.18 0.94 0.63
Hex F9 B9 49 0 1A 47 2 26 5E 3F
Octal 371 271 111 0 32 107 2 46 136 77
Binary 11111001 10111001 1001001 0 11010 1000111 10 100110 1011110 111111

Color Harmonies of #F9B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B949

Black with #F9B949

Text Example


Text Example

White with #F9B949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B949; }

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

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

background-color css

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

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

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

border-color css

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

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

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