Html Css Color HEX #FABB16 Moon Yellow

📋 copy color: '#FABB16'

red 250 ◦ green 187 ◦ blue 22

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

Shades of Moon Yellow #FABB16

Tints of Moon Yellow #FABB16

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.74%

 BLUE value IS 22 (8.98% from 255) = 4.79%

R = 54.47%
G = 40.74%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FABB16 (or 0xFABB16) is known color: Moon Yellow. HEX triplet: FA, BB and 16. RGB value is (250,187,22). Sum of RGB (Red+Green+Blue) = 250+187+22=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 22 (8.98% from 255 or 4.79% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABB16 is #0544E9. Grayscale: #BBBBBB. Windows color (decimal): -345322 or 1489914. OLE color: 1489914.

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

Color convert

RGB 250 187 22 -
CMYK 0 0.25 0.91 0.02
HSL 43.42º 0.96% 0.53% -
HSV(B) 43.42º 0.91% 0.98% -
XYZ 57.34 55.92 8.53 -
YUV 187.03 34.87 172.92 -
System Red Green Blue C M Y K H S L
Decimal 250 187 22 0 0.25 0.91 0.02 43.42 0.96 0.53
Hex FA BB 16 0 19 5B 2 2B 60 35
Octal 372 273 26 0 31 133 2 53 140 65
Binary 11111010 10111011 10110 0 11001 1011011 10 101011 1100000 110101

Color Harmonies of #FABB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABB16

Black with #FABB16

Text Example


Text Example

White with #FABB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABB16; }

 p { color: rgb(250,187,22); }

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

background-color css

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

 a { background-color: rgb(250,187,22); }

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

border-color css

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

 span { border-color: rgb(250,187,22); }

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