Html Css Color HEX #FABA1A Moon Yellow

📋 copy color: '#FABA1A'

red 250 ◦ green 186 ◦ blue 26

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

Shades of Moon Yellow #FABA1A

Tints of Moon Yellow #FABA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.63%

R = 54.11%
G = 40.26%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FABA1A (or 0xFABA1A) is known color: Moon Yellow. HEX triplet: FA, BA and 1A. RGB value is (250,186,26). Sum of RGB (Red+Green+Blue) = 250+186+26=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 26 (10.55% from 255 or 5.63% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA1A is #0545E5. Grayscale: #BBBBBB. Windows color (decimal): -345574 or 1751802. OLE color: 1751802.

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

Color convert

RGB 250 186 26 -
CMYK 0 0.26 0.90 0.02
HSL 42.86º 0.96% 0.54% -
HSV(B) 42.86º 0.9% 0.98% -
XYZ 57.17 55.52 8.68 -
YUV 186.9 37.2 173.01 -
System Red Green Blue C M Y K H S L
Decimal 250 186 26 0 0.26 0.90 0.02 42.86 0.96 0.54
Hex FA BA 1A 0 1A 5A 2 2B 60 36
Octal 372 272 32 0 32 132 2 53 140 66
Binary 11111010 10111010 11010 0 11010 1011010 10 101011 1100000 110110

Color Harmonies of #FABA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA1A

Black with #FABA1A

Text Example


Text Example

White with #FABA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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