Html Css Color HEX #F9BA5B Koromiko

📋 copy color: '#F9BA5B'

red 249 ◦ green 186 ◦ blue 91

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

Shades of Koromiko #F9BA5B

Tints of Koromiko #F9BA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.3%

R = 47.34%
G = 35.36%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9BA5B (or 0xF9BA5B) is known color: Koromiko. HEX triplet: F9, BA and 5B. RGB value is (249,186,91). Sum of RGB (Red+Green+Blue) = 249+186+91=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 91 (35.94% from 255 or 17.30% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BA5B is #0645A4. Grayscale: #C2C2C2. Windows color (decimal): -411045 or 6011641. OLE color: 6011641.

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

Color convert

RGB 249 186 91 -
CMYK 0 0.25 0.63 0.02
HSL 36.08º 0.93% 0.67% -
HSV(B) 36.08º 0.63% 0.98% -
XYZ 58.51 56.01 17.63 -
YUV 194.01 69.87 167.22 -
System Red Green Blue C M Y K H S L
Decimal 249 186 91 0 0.25 0.63 0.02 36.08 0.93 0.67
Hex F9 BA 5B 0 19 3F 2 24 5D 43
Octal 371 272 133 0 31 77 2 44 135 103
Binary 11111001 10111010 1011011 0 11001 111111 10 100100 1011101 1000011

Color Harmonies of #F9BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BA5B

Black with #F9BA5B

Text Example


Text Example

White with #F9BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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