Html Css Color HEX #FAB924 Moon Yellow

📋 copy color: '#FAB924'

red 250 ◦ green 185 ◦ blue 36

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

Shades of Moon Yellow #FAB924

Tints of Moon Yellow #FAB924

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.28%

 BLUE value IS 36 (14.45% from 255) = 7.64%

R = 53.08%
G = 39.28%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAB924 (or 0xFAB924) is known color: Moon Yellow. HEX triplet: FA, B9 and 24. RGB value is (250,185,36). Sum of RGB (Red+Green+Blue) = 250+185+36=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 36 (14.45% from 255 or 7.64% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB924 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB924 is #0546DB. Grayscale: #BCBCBC. Windows color (decimal): -345820 or 2406906. OLE color: 2406906.

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

Color convert

RGB 250 185 36 -
CMYK 0 0.26 0.86 0.02
HSL 41.78º 0.96% 0.56% -
HSV(B) 41.78º 0.86% 0.98% -
XYZ 57.09 55.15 9.3 -
YUV 187.45 42.53 172.62 -
System Red Green Blue C M Y K H S L
Decimal 250 185 36 0 0.26 0.86 0.02 41.78 0.96 0.56
Hex FA B9 24 0 1A 56 2 2A 60 38
Octal 372 271 44 0 32 126 2 52 140 70
Binary 11111010 10111001 100100 0 11010 1010110 10 101010 1100000 111000

Color Harmonies of #FAB924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB924

Black with #FAB924

Text Example


Text Example

White with #FAB924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB924; }

 p { color: rgb(250,185,36); }

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

background-color css

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

 a { background-color: rgb(250,185,36); }

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

border-color css

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

 span { border-color: rgb(250,185,36); }

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