Html Css Color HEX #FABA59 Koromiko

📋 copy color: '#FABA59'

red 250 ◦ green 186 ◦ blue 89

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

Shades of Koromiko #FABA59

Tints of Koromiko #FABA59

RGB

 RED value IS 250 (98.05% from 255) = 47.62%

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

 BLUE value IS 89 (35.16% from 255) = 16.95%

R = 47.62%
G = 35.43%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FABA59 (or 0xFABA59) is known color: Koromiko. HEX triplet: FA, BA and 59. RGB value is (250,186,89). Sum of RGB (Red+Green+Blue) = 250+186+89=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 89 (35.16% from 255 or 16.95% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA59 is #0545A6. Grayscale: #C2C2C2. Windows color (decimal): -345511 or 5880570. OLE color: 5880570.

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

Color convert

RGB 250 186 89 -
CMYK 0 0.26 0.64 0.02
HSL 36.15º 0.94% 0.66% -
HSV(B) 36.15º 0.64% 0.98% -
XYZ 58.79 56.16 17.19 -
YUV 194.08 68.7 167.89 -
System Red Green Blue C M Y K H S L
Decimal 250 186 89 0 0.26 0.64 0.02 36.15 0.94 0.66
Hex FA BA 59 0 1A 40 2 24 5E 42
Octal 372 272 131 0 32 100 2 44 136 102
Binary 11111010 10111010 1011001 0 11010 1000000 10 100100 1011110 1000010

Color Harmonies of #FABA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA59

Black with #FABA59

Text Example


Text Example

White with #FABA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA59; }

 p { color: rgb(250,186,89); }

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

background-color css

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

 a { background-color: rgb(250,186,89); }

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

border-color css

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

 span { border-color: rgb(250,186,89); }

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