Html Css Color HEX #FABF14 Moon Yellow

📋 copy color: '#FABF14'

red 250 ◦ green 191 ◦ blue 20

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

Shades of Moon Yellow #FABF14

Tints of Moon Yellow #FABF14

RGB

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

 GREEN value IS 191 (75% from 255) = 41.43%

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

R = 54.23%
G = 41.43%
B = 4.34%

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

#FABF14 (or 0xFABF14) is known color: Moon Yellow. HEX triplet: FA, BF and 14. RGB value is (250,191,20). Sum of RGB (Red+Green+Blue) = 250+191+20=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABF14 is #0540EB. Grayscale: #BDBDBD. Windows color (decimal): -344300 or 1359866. OLE color: 1359866.

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

Color convert

RGB 250 191 20 -
CMYK 0 0.24 0.92 0.02
HSL 44.61º 0.96% 0.53% -
HSV(B) 44.61º 0.92% 0.98% -
XYZ 58.18 57.64 8.72 -
YUV 189.15 32.55 171.4 -
System Red Green Blue C M Y K H S L
Decimal 250 191 20 0 0.24 0.92 0.02 44.61 0.96 0.53
Hex FA BF 14 0 18 5C 2 2D 60 35
Octal 372 277 24 0 30 134 2 55 140 65
Binary 11111010 10111111 10100 0 11000 1011100 10 101101 1100000 110101

Color Harmonies of #FABF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABF14

Black with #FABF14

Text Example


Text Example

White with #FABF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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