Html Css Color HEX #FABA14 Moon Yellow

📋 copy color: '#FABA14'

red 250 ◦ green 186 ◦ blue 20

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

Shades of Moon Yellow #FABA14

Tints of Moon Yellow #FABA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.39%

R = 54.82%
G = 40.79%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FABA14 (or 0xFABA14) is known color: Moon Yellow. HEX triplet: FA, BA and 14. RGB value is (250,186,20). Sum of RGB (Red+Green+Blue) = 250+186+20=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABA14 is #0545EB. Grayscale: #BABABA. Windows color (decimal): -345580 or 1358586. OLE color: 1358586.

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

Color convert

RGB 250 186 20 -
CMYK 0 0.26 0.92 0.02
HSL 43.3º 0.96% 0.53% -
HSV(B) 43.3º 0.92% 0.98% -
XYZ 57.11 55.49 8.36 -
YUV 186.21 34.2 173.5 -
System Red Green Blue C M Y K H S L
Decimal 250 186 20 0 0.26 0.92 0.02 43.3 0.96 0.53
Hex FA BA 14 0 1A 5C 2 2B 60 35
Octal 372 272 24 0 32 134 2 53 140 65
Binary 11111010 10111010 10100 0 11010 1011100 10 101011 1100000 110101

Color Harmonies of #FABA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA14

Black with #FABA14

Text Example


Text Example

White with #FABA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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