Html Css Color HEX #FAB520 Moon Yellow

📋 copy color: '#FAB520'

red 250 ◦ green 181 ◦ blue 32

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

Shades of Moon Yellow #FAB520

Tints of Moon Yellow #FAB520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.09%

 BLUE value IS 32 (12.89% from 255) = 6.91%

R = 54%
G = 39.09%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAB520 (or 0xFAB520) is known color: Moon Yellow. HEX triplet: FA, B5 and 20. RGB value is (250,181,32). Sum of RGB (Red+Green+Blue) = 250+181+32=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 32 (12.89% from 255 or 6.91% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB520 is #054ADF. Grayscale: #B9B9B9. Windows color (decimal): -346848 or 2143738. OLE color: 2143738.

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

Color convert

RGB 250 181 32 -
CMYK 0 0.28 0.87 0.02
HSL 41.01º 0.96% 0.55% -
HSV(B) 41.01º 0.87% 0.98% -
XYZ 56.21 53.48 8.73 -
YUV 184.65 41.86 174.62 -
System Red Green Blue C M Y K H S L
Decimal 250 181 32 0 0.28 0.87 0.02 41.01 0.96 0.55
Hex FA B5 20 0 1C 57 2 29 60 37
Octal 372 265 40 0 34 127 2 51 140 67
Binary 11111010 10110101 100000 0 11100 1010111 10 101001 1100000 110111

Color Harmonies of #FAB520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB520

Black with #FAB520

Text Example


Text Example

White with #FAB520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB520; }

 p { color: rgb(250,181,32); }

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

background-color css

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

 a { background-color: rgb(250,181,32); }

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

border-color css

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

 span { border-color: rgb(250,181,32); }

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