Html Css Color HEX #F1BA10 Moon Yellow

📋 copy color: '#F1BA10'

red 241 ◦ green 186 ◦ blue 16

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

Shades of Moon Yellow #F1BA10

Tints of Moon Yellow #F1BA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.61%

R = 54.4%
G = 41.99%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F1BA10 (or 0xF1BA10) is known color: Moon Yellow. HEX triplet: F1, BA and 10. RGB value is (241,186,16). Sum of RGB (Red+Green+Blue) = 241+186+16=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 16 (6.64% from 255 or 3.61% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1BA10 is #0E45EF. Grayscale: #B7B7B7. Windows color (decimal): -935408 or 1096433. OLE color: 1096433.

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

Color convert

RGB 241 186 16 -
CMYK 0 0.23 0.93 0.05
HSL 45.33º 0.89% 0.5% -
HSV(B) 45.33º 0.93% 0.95% -
XYZ 53.93 53.86 8.04 -
YUV 183.07 33.72 169.32 -
System Red Green Blue C M Y K H S L
Decimal 241 186 16 0 0.23 0.93 0.05 45.33 0.89 0.5
Hex F1 BA 10 0 17 5D 5 2D 59 32
Octal 361 272 20 0 27 135 5 55 131 62
Binary 11110001 10111010 10000 0 10111 1011101 101 101101 1011001 110010

Color Harmonies of #F1BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA10

Black with #F1BA10

Text Example


Text Example

White with #F1BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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