Html Css Color HEX #F1C114 Moon Yellow

📋 copy color: '#F1C114'

red 241 ◦ green 193 ◦ blue 20

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

Shades of Moon Yellow #F1C114

Tints of Moon Yellow #F1C114

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.51%

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

R = 53.08%
G = 42.51%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1C114 (or 0xF1C114) is known color: Moon Yellow. HEX triplet: F1, C1 and 14. RGB value is (241,193,20). Sum of RGB (Red+Green+Blue) = 241+193+20=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C114 is #0E3EEB. Grayscale: #BCBCBC. Windows color (decimal): -933612 or 1360369. OLE color: 1360369.

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

Color convert

RGB 241 193 20 -
CMYK 0 0.20 0.92 0.05
HSL 46.97º 0.89% 0.51% -
HSV(B) 46.97º 0.92% 0.95% -
XYZ 55.47 56.89 8.72 -
YUV 187.63 33.4 166.07 -
System Red Green Blue C M Y K H S L
Decimal 241 193 20 0 0.20 0.92 0.05 46.97 0.89 0.51
Hex F1 C1 14 0 14 5C 5 2F 59 33
Octal 361 301 24 0 24 134 5 57 131 63
Binary 11110001 11000001 10100 0 10100 1011100 101 101111 1011001 110011

Color Harmonies of #F1C114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C114

Black with #F1C114

Text Example


Text Example

White with #F1C114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C114; }

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

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

background-color css

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

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

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

border-color css

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

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

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