Html Css Color HEX #FABA18 Moon Yellow

📋 copy color: '#FABA18'

red 250 ◦ green 186 ◦ blue 24

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

Shades of Moon Yellow #FABA18

Tints of Moon Yellow #FABA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.22%

R = 54.35%
G = 40.43%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FABA18 (or 0xFABA18) is known color: Moon Yellow. HEX triplet: FA, BA and 18. RGB value is (250,186,24). Sum of RGB (Red+Green+Blue) = 250+186+24=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 24 (9.77% from 255 or 5.22% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABA18 is #0545E7. Grayscale: #BBBBBB. Windows color (decimal): -345576 or 1620730. OLE color: 1620730.

HSL color Cylindrical-coordinate representation of color #FABA18: hue angle of 43.01º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FABA18 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 186 24 -
CMYK 0 0.26 0.90 0.02
HSL 43.01º 0.96% 0.54% -
HSV(B) 43.01º 0.9% 0.98% -
XYZ 57.15 55.51 8.57 -
YUV 186.67 36.2 173.17 -
System Red Green Blue C M Y K H S L
Decimal 250 186 24 0 0.26 0.90 0.02 43.01 0.96 0.54
Hex FA BA 18 0 1A 5A 2 2B 60 36
Octal 372 272 30 0 32 132 2 53 140 66
Binary 11111010 10111010 11000 0 11010 1011010 10 101011 1100000 110110

Color Harmonies of #FABA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA18

Black with #FABA18

Text Example


Text Example

White with #FABA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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