Html Css Color HEX #FABA1D Moon Yellow

📋 copy color: '#FABA1D'

red 250 ◦ green 186 ◦ blue 29

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

Shades of Moon Yellow #FABA1D

Tints of Moon Yellow #FABA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.24%

R = 53.76%
G = 40%
B = 6.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FABA1D (or 0xFABA1D) is known color: Moon Yellow. HEX triplet: FA, BA and 1D. RGB value is (250,186,29). Sum of RGB (Red+Green+Blue) = 250+186+29=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 29 (11.72% from 255 or 6.24% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA1D is #0545E2. Grayscale: #BBBBBB. Windows color (decimal): -345571 or 1948410. OLE color: 1948410.

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

Color convert

RGB 250 186 29 -
CMYK 0 0.26 0.88 0.02
HSL 42.62º 0.96% 0.55% -
HSV(B) 42.62º 0.88% 0.98% -
XYZ 57.21 55.53 8.87 -
YUV 187.24 38.7 172.77 -
System Red Green Blue C M Y K H S L
Decimal 250 186 29 0 0.26 0.88 0.02 42.62 0.96 0.55
Hex FA BA 1D 0 1A 58 2 2B 60 37
Octal 372 272 35 0 32 130 2 53 140 67
Binary 11111010 10111010 11101 0 11010 1011000 10 101011 1100000 110111

Color Harmonies of #FABA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA1D

Black with #FABA1D

Text Example


Text Example

White with #FABA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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