Html Css Color HEX #F1BA1B Moon Yellow

📋 copy color: '#F1BA1B'

red 241 ◦ green 186 ◦ blue 27

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

Shades of Moon Yellow #F1BA1B

Tints of Moon Yellow #F1BA1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.95%

R = 53.08%
G = 40.97%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1BA1B (or 0xF1BA1B) is known color: Moon Yellow. HEX triplet: F1, BA and 1B. RGB value is (241,186,27). Sum of RGB (Red+Green+Blue) = 241+186+27=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 27 (10.94% from 255 or 5.95% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BA1B is #0E45E4. Grayscale: #B9B9B9. Windows color (decimal): -935397 or 1817329. OLE color: 1817329.

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

Color convert

RGB 241 186 27 -
CMYK 0 0.23 0.89 0.05
HSL 44.58º 0.88% 0.53% -
HSV(B) 44.58º 0.89% 0.95% -
XYZ 54.03 53.9 8.59 -
YUV 184.32 39.22 168.43 -
System Red Green Blue C M Y K H S L
Decimal 241 186 27 0 0.23 0.89 0.05 44.58 0.88 0.53
Hex F1 BA 1B 0 17 59 5 2D 58 35
Octal 361 272 33 0 27 131 5 55 130 65
Binary 11110001 10111010 11011 0 10111 1011001 101 101101 1011000 110101

Color Harmonies of #F1BA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA1B

Black with #F1BA1B

Text Example


Text Example

White with #F1BA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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