Html Css Color HEX #FABA51 Koromiko

📋 copy color: '#FABA51'

red 250 ◦ green 186 ◦ blue 81

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

Shades of Koromiko #FABA51

Tints of Koromiko #FABA51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.67%

R = 48.36%
G = 35.98%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FABA51 (or 0xFABA51) is known color: Koromiko. HEX triplet: FA, BA and 51. RGB value is (250,186,81). Sum of RGB (Red+Green+Blue) = 250+186+81=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 81 (32.03% from 255 or 15.67% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA51 is #0545AE. Grayscale: #C1C1C1. Windows color (decimal): -345519 or 5356282. OLE color: 5356282.

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

Color convert

RGB 250 186 81 -
CMYK 0 0.26 0.68 0.02
HSL 37.28º 0.94% 0.65% -
HSV(B) 37.28º 0.68% 0.98% -
XYZ 58.47 56.04 15.52 -
YUV 193.17 64.7 168.54 -
System Red Green Blue C M Y K H S L
Decimal 250 186 81 0 0.26 0.68 0.02 37.28 0.94 0.65
Hex FA BA 51 0 1A 44 2 25 5E 41
Octal 372 272 121 0 32 104 2 45 136 101
Binary 11111010 10111010 1010001 0 11010 1000100 10 100101 1011110 1000001

Color Harmonies of #FABA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA51

Black with #FABA51

Text Example


Text Example

White with #FABA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA51; }

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

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

background-color css

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

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

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

border-color css

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

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

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