Html Css Color HEX #F1BA1E Moon Yellow

📋 copy color: '#F1BA1E'

red 241 ◦ green 186 ◦ blue 30

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

Shades of Moon Yellow #F1BA1E

Tints of Moon Yellow #F1BA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.56%

R = 52.74%
G = 40.7%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1BA1E (or 0xF1BA1E) is known color: Moon Yellow. HEX triplet: F1, BA and 1E. RGB value is (241,186,30). Sum of RGB (Red+Green+Blue) = 241+186+30=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 30 (12.11% from 255 or 6.56% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BA1E is #0E45E1. Grayscale: #B9B9B9. Windows color (decimal): -935394 or 2013937. OLE color: 2013937.

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

Color convert

RGB 241 186 30 -
CMYK 0 0.23 0.88 0.05
HSL 44.36º 0.88% 0.53% -
HSV(B) 44.36º 0.88% 0.95% -
XYZ 54.07 53.91 8.78 -
YUV 184.66 40.72 168.18 -
System Red Green Blue C M Y K H S L
Decimal 241 186 30 0 0.23 0.88 0.05 44.36 0.88 0.53
Hex F1 BA 1E 0 17 58 5 2C 58 35
Octal 361 272 36 0 27 130 5 54 130 65
Binary 11110001 10111010 11110 0 10111 1011000 101 101100 1011000 110101

Color Harmonies of #F1BA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA1E

Black with #F1BA1E

Text Example


Text Example

White with #F1BA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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