Html Css Color HEX #FABA57 Koromiko

📋 copy color: '#FABA57'

red 250 ◦ green 186 ◦ blue 87

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

Shades of Koromiko #FABA57

Tints of Koromiko #FABA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.63%

R = 47.8%
G = 35.56%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FABA57 (or 0xFABA57) is known color: Koromiko. HEX triplet: FA, BA and 57. RGB value is (250,186,87). Sum of RGB (Red+Green+Blue) = 250+186+87=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 87 (34.38% from 255 or 16.63% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA57 is #0545A8. Grayscale: #C2C2C2. Windows color (decimal): -345513 or 5749498. OLE color: 5749498.

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

Color convert

RGB 250 186 87 -
CMYK 0 0.26 0.65 0.02
HSL 36.44º 0.94% 0.66% -
HSV(B) 36.44º 0.65% 0.98% -
XYZ 58.7 56.13 16.76 -
YUV 193.85 67.7 168.05 -
System Red Green Blue C M Y K H S L
Decimal 250 186 87 0 0.26 0.65 0.02 36.44 0.94 0.66
Hex FA BA 57 0 1A 41 2 24 5E 42
Octal 372 272 127 0 32 101 2 44 136 102
Binary 11111010 10111010 1010111 0 11010 1000001 10 100100 1011110 1000010

Color Harmonies of #FABA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA57

Black with #FABA57

Text Example


Text Example

White with #FABA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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