Html Css Color HEX #F1BA16 Moon Yellow

📋 copy color: '#F1BA16'

red 241 ◦ green 186 ◦ blue 22

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

Shades of Moon Yellow #F1BA16

Tints of Moon Yellow #F1BA16

RGB

 RED value IS 241 (94.53% from 255) = 53.67%

 GREEN value IS 186 (73.05% from 255) = 41.43%

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

R = 53.67%
G = 41.43%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F1BA16 (or 0xF1BA16) is known color: Moon Yellow. HEX triplet: F1, BA and 16. RGB value is (241,186,22). Sum of RGB (Red+Green+Blue) = 241+186+22=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 22 (8.98% from 255 or 4.90% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1BA16 is #0E45E9. Grayscale: #B8B8B8. Windows color (decimal): -935402 or 1489649. OLE color: 1489649.

HSL color Cylindrical-coordinate representation of color #F1BA16: hue angle of 44.93º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1BA16 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 186 22 -
CMYK 0 0.23 0.91 0.05
HSL 44.93º 0.89% 0.52% -
HSV(B) 44.93º 0.91% 0.95% -
XYZ 53.98 53.88 8.31 -
YUV 183.75 36.72 168.84 -
System Red Green Blue C M Y K H S L
Decimal 241 186 22 0 0.23 0.91 0.05 44.93 0.89 0.52
Hex F1 BA 16 0 17 5B 5 2D 59 34
Octal 361 272 26 0 27 133 5 55 131 64
Binary 11110001 10111010 10110 0 10111 1011011 101 101101 1011001 110100

Color Harmonies of #F1BA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA16

Black with #F1BA16

Text Example


Text Example

White with #F1BA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA16; }

 p { color: rgb(241,186,22); }

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

background-color css

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

 a { background-color: rgb(241,186,22); }

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

border-color css

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

 span { border-color: rgb(241,186,22); }

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