Html Css Color HEX #FABA17 Moon Yellow

📋 copy color: '#FABA17'

red 250 ◦ green 186 ◦ blue 23

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

Shades of Moon Yellow #FABA17

Tints of Moon Yellow #FABA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.01%

R = 54.47%
G = 40.52%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FABA17 (or 0xFABA17) is known color: Moon Yellow. HEX triplet: FA, BA and 17. RGB value is (250,186,23). Sum of RGB (Red+Green+Blue) = 250+186+23=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 23 (9.38% from 255 or 5.01% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABA17 is #0545E8. Grayscale: #BBBBBB. Windows color (decimal): -345577 or 1555194. OLE color: 1555194.

HSL color Cylindrical-coordinate representation of color #FABA17: hue angle of 43.08º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FABA17 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 186 23 -
CMYK 0 0.26 0.91 0.02
HSL 43.08º 0.96% 0.54% -
HSV(B) 43.08º 0.91% 0.98% -
XYZ 57.14 55.5 8.51 -
YUV 186.55 35.7 173.25 -
System Red Green Blue C M Y K H S L
Decimal 250 186 23 0 0.26 0.91 0.02 43.08 0.96 0.54
Hex FA BA 17 0 1A 5B 2 2B 60 36
Octal 372 272 27 0 32 133 2 53 140 66
Binary 11111010 10111010 10111 0 11010 1011011 10 101011 1100000 110110

Color Harmonies of #FABA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA17

Black with #FABA17

Text Example


Text Example

White with #FABA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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