Html Css Color HEX #FABA49 Koromiko

📋 copy color: '#FABA49'

red 250 ◦ green 186 ◦ blue 73

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

Shades of Koromiko #FABA49

Tints of Koromiko #FABA49

RGB

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

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

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

R = 49.12%
G = 36.54%
B = 14.34%

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

#FABA49 (or 0xFABA49) is known color: Koromiko. HEX triplet: FA, BA and 49. RGB value is (250,186,73). Sum of RGB (Red+Green+Blue) = 250+186+73=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 73 (28.91% from 255 or 14.34% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA49 is #0545B6. Grayscale: #C0C0C0. Windows color (decimal): -345527 or 4831994. OLE color: 4831994.

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

Color convert

RGB 250 186 73 -
CMYK 0 0.26 0.71 0.02
HSL 38.31º 0.95% 0.63% -
HSV(B) 38.31º 0.71% 0.98% -
XYZ 58.19 55.92 14.03 -
YUV 192.25 60.7 169.19 -
System Red Green Blue C M Y K H S L
Decimal 250 186 73 0 0.26 0.71 0.02 38.31 0.95 0.63
Hex FA BA 49 0 1A 47 2 26 5F 3F
Octal 372 272 111 0 32 107 2 46 137 77
Binary 11111010 10111010 1001001 0 11010 1000111 10 100110 1011111 111111

Color Harmonies of #FABA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA49

Black with #FABA49

Text Example


Text Example

White with #FABA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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