Html Css Color HEX #FABB14 Moon Yellow

📋 copy color: '#FABB14'

red 250 ◦ green 187 ◦ blue 20

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

Shades of Moon Yellow #FABB14

Tints of Moon Yellow #FABB14

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.92%

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

R = 54.7%
G = 40.92%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FABB14 (or 0xFABB14) is known color: Moon Yellow. HEX triplet: FA, BB and 14. RGB value is (250,187,20). Sum of RGB (Red+Green+Blue) = 250+187+20=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABB14 is #0544EB. Grayscale: #BBBBBB. Windows color (decimal): -345324 or 1358842. OLE color: 1358842.

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

Color convert

RGB 250 187 20 -
CMYK 0 0.25 0.92 0.02
HSL 43.57º 0.96% 0.53% -
HSV(B) 43.57º 0.92% 0.98% -
XYZ 57.32 55.92 8.43 -
YUV 186.8 33.87 173.08 -
System Red Green Blue C M Y K H S L
Decimal 250 187 20 0 0.25 0.92 0.02 43.57 0.96 0.53
Hex FA BB 14 0 19 5C 2 2C 60 35
Octal 372 273 24 0 31 134 2 54 140 65
Binary 11111010 10111011 10100 0 11001 1011100 10 101100 1100000 110101

Color Harmonies of #FABB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABB14

Black with #FABB14

Text Example


Text Example

White with #FABB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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