Html Css Color HEX #FABA15 Moon Yellow

📋 copy color: '#FABA15'

red 250 ◦ green 186 ◦ blue 21

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

Shades of Moon Yellow #FABA15

Tints of Moon Yellow #FABA15

RGB

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

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

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

R = 54.7%
G = 40.7%
B = 4.6%

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

#FABA15 (or 0xFABA15) is known color: Moon Yellow. HEX triplet: FA, BA and 15. RGB value is (250,186,21). Sum of RGB (Red+Green+Blue) = 250+186+21=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 21 (8.59% from 255 or 4.60% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABA15 is #0545EA. Grayscale: #BBBBBB. Windows color (decimal): -345579 or 1424122. OLE color: 1424122.

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

Color convert

RGB 250 186 21 -
CMYK 0 0.26 0.92 0.02
HSL 43.23º 0.96% 0.53% -
HSV(B) 43.23º 0.92% 0.98% -
XYZ 57.12 55.5 8.41 -
YUV 186.33 34.7 173.42 -
System Red Green Blue C M Y K H S L
Decimal 250 186 21 0 0.26 0.92 0.02 43.23 0.96 0.53
Hex FA BA 15 0 1A 5C 2 2B 60 35
Octal 372 272 25 0 32 134 2 53 140 65
Binary 11111010 10111010 10101 0 11010 1011100 10 101011 1100000 110101

Color Harmonies of #FABA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA15

Black with #FABA15

Text Example


Text Example

White with #FABA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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