Html Css Color HEX #FABD14 Moon Yellow

📋 copy color: '#FABD14'

red 250 ◦ green 189 ◦ blue 20

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

Shades of Moon Yellow #FABD14

Tints of Moon Yellow #FABD14

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.18%

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

R = 54.47%
G = 41.18%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FABD14 (or 0xFABD14) is known color: Moon Yellow. HEX triplet: FA, BD and 14. RGB value is (250,189,20). Sum of RGB (Red+Green+Blue) = 250+189+20=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABD14 is #0542EB. Grayscale: #BCBCBC. Windows color (decimal): -344812 or 1359354. OLE color: 1359354.

HSL color Cylindrical-coordinate representation of color #FABD14: hue angle of 44.09º 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 #FABD14 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 189 20 -
CMYK 0 0.24 0.92 0.02
HSL 44.09º 0.96% 0.53% -
HSV(B) 44.09º 0.92% 0.98% -
XYZ 57.75 56.77 8.58 -
YUV 187.97 33.21 172.24 -
System Red Green Blue C M Y K H S L
Decimal 250 189 20 0 0.24 0.92 0.02 44.09 0.96 0.53
Hex FA BD 14 0 18 5C 2 2C 60 35
Octal 372 275 24 0 30 134 2 54 140 65
Binary 11111010 10111101 10100 0 11000 1011100 10 101100 1100000 110101

Color Harmonies of #FABD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABD14

Black with #FABD14

Text Example


Text Example

White with #FABD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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