Html Css Color HEX #FABA20 Moon Yellow

📋 copy color: '#FABA20'

red 250 ◦ green 186 ◦ blue 32

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

Shades of Moon Yellow #FABA20

Tints of Moon Yellow #FABA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.84%

R = 53.42%
G = 39.74%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FABA20 (or 0xFABA20) is known color: Moon Yellow. HEX triplet: FA, BA and 20. RGB value is (250,186,32). Sum of RGB (Red+Green+Blue) = 250+186+32=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA20 is #0545DF. Grayscale: #BCBCBC. Windows color (decimal): -345568 or 2145018. OLE color: 2145018.

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

Color convert

RGB 250 186 32 -
CMYK 0 0.26 0.87 0.02
HSL 42.39º 0.96% 0.55% -
HSV(B) 42.39º 0.87% 0.98% -
XYZ 57.24 55.55 9.07 -
YUV 187.58 40.2 172.52 -
System Red Green Blue C M Y K H S L
Decimal 250 186 32 0 0.26 0.87 0.02 42.39 0.96 0.55
Hex FA BA 20 0 1A 57 2 2A 60 37
Octal 372 272 40 0 32 127 2 52 140 67
Binary 11111010 10111010 100000 0 11010 1010111 10 101010 1100000 110111

Color Harmonies of #FABA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA20

Black with #FABA20

Text Example


Text Example

White with #FABA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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