Html Css Color HEX #F1BC1E Moon Yellow

📋 copy color: '#F1BC1E'

red 241 ◦ green 188 ◦ blue 30

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

Shades of Moon Yellow #F1BC1E

Tints of Moon Yellow #F1BC1E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.96%

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

R = 52.51%
G = 40.96%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1BC1E (or 0xF1BC1E) is known color: Moon Yellow. HEX triplet: F1, BC and 1E. RGB value is (241,188,30). Sum of RGB (Red+Green+Blue) = 241+188+30=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 30 (12.11% from 255 or 6.54% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BC1E is #0E43E1. Grayscale: #BABABA. Windows color (decimal): -934882 or 2014449. OLE color: 2014449.

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

Color convert

RGB 241 188 30 -
CMYK 0 0.22 0.88 0.05
HSL 44.93º 0.88% 0.53% -
HSV(B) 44.93º 0.88% 0.95% -
XYZ 54.49 54.76 8.93 -
YUV 185.84 40.06 167.35 -
System Red Green Blue C M Y K H S L
Decimal 241 188 30 0 0.22 0.88 0.05 44.93 0.88 0.53
Hex F1 BC 1E 0 16 58 5 2D 58 35
Octal 361 274 36 0 26 130 5 55 130 65
Binary 11110001 10111100 11110 0 10110 1011000 101 101101 1011000 110101

Color Harmonies of #F1BC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BC1E

Black with #F1BC1E

Text Example


Text Example

White with #F1BC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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