Html Css Color HEX #FABA1C Moon Yellow

📋 copy color: '#FABA1C'

red 250 ◦ green 186 ◦ blue 28

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

Shades of Moon Yellow #FABA1C

Tints of Moon Yellow #FABA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.03%

R = 53.88%
G = 40.09%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FABA1C (or 0xFABA1C) is known color: Moon Yellow. HEX triplet: FA, BA and 1C. RGB value is (250,186,28). Sum of RGB (Red+Green+Blue) = 250+186+28=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 28 (11.33% from 255 or 6.03% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA1C is #0545E3. Grayscale: #BBBBBB. Windows color (decimal): -345572 or 1882874. OLE color: 1882874.

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

Color convert

RGB 250 186 28 -
CMYK 0 0.26 0.89 0.02
HSL 42.7º 0.96% 0.55% -
HSV(B) 42.7º 0.89% 0.98% -
XYZ 57.19 55.53 8.8 -
YUV 187.12 38.2 172.85 -
System Red Green Blue C M Y K H S L
Decimal 250 186 28 0 0.26 0.89 0.02 42.7 0.96 0.55
Hex FA BA 1C 0 1A 59 2 2B 60 37
Octal 372 272 34 0 32 131 2 53 140 67
Binary 11111010 10111010 11100 0 11010 1011001 10 101011 1100000 110111

Color Harmonies of #FABA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA1C

Black with #FABA1C

Text Example


Text Example

White with #FABA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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