Html Css Color HEX #FABD15 Moon Yellow

📋 copy color: '#FABD15'

red 250 ◦ green 189 ◦ blue 21

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

Shades of Moon Yellow #FABD15

Tints of Moon Yellow #FABD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.57%

R = 54.35%
G = 41.09%
B = 4.57%

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

#FABD15 (or 0xFABD15) is known color: Moon Yellow. HEX triplet: FA, BD and 15. RGB value is (250,189,21). Sum of RGB (Red+Green+Blue) = 250+189+21=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 21 (8.59% from 255 or 4.57% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABD15 is #0542EA. Grayscale: #BCBCBC. Windows color (decimal): -344811 or 1424890. OLE color: 1424890.

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

Color convert

RGB 250 189 21 -
CMYK 0 0.24 0.92 0.02
HSL 44.02º 0.96% 0.53% -
HSV(B) 44.02º 0.92% 0.98% -
XYZ 57.76 56.77 8.62 -
YUV 188.09 33.71 172.16 -
System Red Green Blue C M Y K H S L
Decimal 250 189 21 0 0.24 0.92 0.02 44.02 0.96 0.53
Hex FA BD 15 0 18 5C 2 2C 60 35
Octal 372 275 25 0 30 134 2 54 140 65
Binary 11111010 10111101 10101 0 11000 1011100 10 101100 1100000 110101

Color Harmonies of #FABD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABD15

Black with #FABD15

Text Example


Text Example

White with #FABD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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