Html Css Color HEX #F1BA14 Moon Yellow

📋 copy color: '#F1BA14'

red 241 ◦ green 186 ◦ blue 20

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

Shades of Moon Yellow #F1BA14

Tints of Moon Yellow #F1BA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.47%

R = 53.91%
G = 41.61%
B = 4.47%

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

#F1BA14 (or 0xF1BA14) is known color: Moon Yellow. HEX triplet: F1, BA and 14. RGB value is (241,186,20). Sum of RGB (Red+Green+Blue) = 241+186+20=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 20 (8.20% from 255 or 4.47% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1BA14 is #0E45EB. Grayscale: #B8B8B8. Windows color (decimal): -935404 or 1358577. OLE color: 1358577.

HSL color Cylindrical-coordinate representation of color #F1BA14: hue angle of 45.07º 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 #F1BA14 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 186 20 -
CMYK 0 0.23 0.92 0.05
HSL 45.07º 0.89% 0.51% -
HSV(B) 45.07º 0.92% 0.95% -
XYZ 53.96 53.87 8.22 -
YUV 183.52 35.72 169 -
System Red Green Blue C M Y K H S L
Decimal 241 186 20 0 0.23 0.92 0.05 45.07 0.89 0.51
Hex F1 BA 14 0 17 5C 5 2D 59 33
Octal 361 272 24 0 27 134 5 55 131 63
Binary 11110001 10111010 10100 0 10111 1011100 101 101101 1011001 110011

Color Harmonies of #F1BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA14

Black with #F1BA14

Text Example


Text Example

White with #F1BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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