Html Css Color HEX #FAB918 Moon Yellow

📋 copy color: '#FAB918'

red 250 ◦ green 185 ◦ blue 24

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

Shades of Moon Yellow #FAB918

Tints of Moon Yellow #FAB918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.23%

R = 54.47%
G = 40.31%
B = 5.23%

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

#FAB918 (or 0xFAB918) is known color: Moon Yellow. HEX triplet: FA, B9 and 18. RGB value is (250,185,24). Sum of RGB (Red+Green+Blue) = 250+185+24=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 24 (9.77% from 255 or 5.23% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB918 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB918 is #0546E7. Grayscale: #BABABA. Windows color (decimal): -345832 or 1620474. OLE color: 1620474.

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

Color convert

RGB 250 185 24 -
CMYK 0 0.26 0.90 0.02
HSL 42.74º 0.96% 0.54% -
HSV(B) 42.74º 0.9% 0.98% -
XYZ 56.94 55.09 8.5 -
YUV 186.08 36.53 173.59 -
System Red Green Blue C M Y K H S L
Decimal 250 185 24 0 0.26 0.90 0.02 42.74 0.96 0.54
Hex FA B9 18 0 1A 5A 2 2B 60 36
Octal 372 271 30 0 32 132 2 53 140 66
Binary 11111010 10111001 11000 0 11010 1011010 10 101011 1100000 110110

Color Harmonies of #FAB918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB918

Black with #FAB918

Text Example


Text Example

White with #FAB918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB918; }

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

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

background-color css

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

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

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

border-color css

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

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

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