Html Css Color HEX #FABD1C Moon Yellow

📋 copy color: '#FABD1C'

red 250 ◦ green 189 ◦ blue 28

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

Shades of Moon Yellow #FABD1C

Tints of Moon Yellow #FABD1C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.47%

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

R = 53.53%
G = 40.47%
B = 6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FABD1C (or 0xFABD1C) is known color: Moon Yellow. HEX triplet: FA, BD and 1C. RGB value is (250,189,28). Sum of RGB (Red+Green+Blue) = 250+189+28=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 28 (11.33% from 255 or 6.00% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABD1C is #0542E3. Grayscale: #BDBDBD. Windows color (decimal): -344804 or 1883642. OLE color: 1883642.

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

Color convert

RGB 250 189 28 -
CMYK 0 0.24 0.89 0.02
HSL 43.51º 0.96% 0.55% -
HSV(B) 43.51º 0.89% 0.98% -
XYZ 57.83 56.8 9.01 -
YUV 188.89 37.21 171.59 -
System Red Green Blue C M Y K H S L
Decimal 250 189 28 0 0.24 0.89 0.02 43.51 0.96 0.55
Hex FA BD 1C 0 18 59 2 2C 60 37
Octal 372 275 34 0 30 131 2 54 140 67
Binary 11111010 10111101 11100 0 11000 1011001 10 101100 1100000 110111

Color Harmonies of #FABD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABD1C

Black with #FABD1C

Text Example


Text Example

White with #FABD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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