Html Css Color HEX #F1C012 Moon Yellow

📋 copy color: '#F1C012'

red 241 ◦ green 192 ◦ blue 18

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

Shades of Moon Yellow #F1C012

Tints of Moon Yellow #F1C012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.57%

 BLUE value IS 18 (7.42% from 255) = 3.99%

R = 53.44%
G = 42.57%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F1C012 (or 0xF1C012) is known color: Moon Yellow. HEX triplet: F1, C0 and 12. RGB value is (241,192,18). Sum of RGB (Red+Green+Blue) = 241+192+18=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C012 is #0E3FED. Grayscale: #BBBBBB. Windows color (decimal): -933870 or 1229041. OLE color: 1229041.

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

Color convert

RGB 241 192 18 -
CMYK 0 0.20 0.93 0.05
HSL 46.82º 0.89% 0.51% -
HSV(B) 46.82º 0.93% 0.95% -
XYZ 55.23 56.44 8.56 -
YUV 186.82 32.73 166.65 -
System Red Green Blue C M Y K H S L
Decimal 241 192 18 0 0.20 0.93 0.05 46.82 0.89 0.51
Hex F1 C0 12 0 14 5D 5 2F 59 33
Octal 361 300 22 0 24 135 5 57 131 63
Binary 11110001 11000000 10010 0 10100 1011101 101 101111 1011001 110011

Color Harmonies of #F1C012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C012

Black with #F1C012

Text Example


Text Example

White with #F1C012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C012; }

 p { color: rgb(241,192,18); }

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

background-color css

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

 a { background-color: rgb(241,192,18); }

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

border-color css

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

 span { border-color: rgb(241,192,18); }

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