Html Css Color HEX #F9BA4F Koromiko

📋 copy color: '#F9BA4F'

red 249 ◦ green 186 ◦ blue 79

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

Shades of Koromiko #F9BA4F

Tints of Koromiko #F9BA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.37%

R = 48.44%
G = 36.19%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F9BA4F (or 0xF9BA4F) is known color: Koromiko. HEX triplet: F9, BA and 4F. RGB value is (249,186,79). Sum of RGB (Red+Green+Blue) = 249+186+79=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 79 (31.25% from 255 or 15.37% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BA4F is #0645B0. Grayscale: #C1C1C1. Windows color (decimal): -411057 or 5225209. OLE color: 5225209.

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

Color convert

RGB 249 186 79 -
CMYK 0 0.25 0.68 0.02
HSL 37.76º 0.93% 0.64% -
HSV(B) 37.76º 0.68% 0.98% -
XYZ 58.04 55.82 15.11 -
YUV 192.64 63.87 168.2 -
System Red Green Blue C M Y K H S L
Decimal 249 186 79 0 0.25 0.68 0.02 37.76 0.93 0.64
Hex F9 BA 4F 0 19 44 2 26 5D 40
Octal 371 272 117 0 31 104 2 46 135 100
Binary 11111001 10111010 1001111 0 11001 1000100 10 100110 1011101 1000000

Color Harmonies of #F9BA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BA4F

Black with #F9BA4F

Text Example


Text Example

White with #F9BA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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