Html Css Color HEX #F1BA13 Moon Yellow

📋 copy color: '#F1BA13'

red 241 ◦ green 186 ◦ blue 19

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

Shades of Moon Yellow #F1BA13

Tints of Moon Yellow #F1BA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.26%

R = 54.04%
G = 41.7%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1BA13 (or 0xF1BA13) is known color: Moon Yellow. HEX triplet: F1, BA and 13. RGB value is (241,186,19). Sum of RGB (Red+Green+Blue) = 241+186+19=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 19 (7.81% from 255 or 4.26% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1BA13 is #0E45EC. Grayscale: #B8B8B8. Windows color (decimal): -935405 or 1293041. OLE color: 1293041.

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

Color convert

RGB 241 186 19 -
CMYK 0 0.23 0.92 0.05
HSL 45.14º 0.89% 0.51% -
HSV(B) 45.14º 0.92% 0.95% -
XYZ 53.95 53.87 8.17 -
YUV 183.41 35.22 169.08 -
System Red Green Blue C M Y K H S L
Decimal 241 186 19 0 0.23 0.92 0.05 45.14 0.89 0.51
Hex F1 BA 13 0 17 5C 5 2D 59 33
Octal 361 272 23 0 27 134 5 55 131 63
Binary 11110001 10111010 10011 0 10111 1011100 101 101101 1011001 110011

Color Harmonies of #F1BA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA13

Black with #F1BA13

Text Example


Text Example

White with #F1BA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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