Html Css Color HEX #F1C30F Moon Yellow

📋 copy color: '#F1C30F'

red 241 ◦ green 195 ◦ blue 15

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

Shades of Moon Yellow #F1C30F

Tints of Moon Yellow #F1C30F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.24%

 BLUE value IS 15 (6.25% from 255) = 3.33%

R = 53.44%
G = 43.24%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1C30F (or 0xF1C30F) is known color: Moon Yellow. HEX triplet: F1, C3 and 0F. RGB value is (241,195,15). Sum of RGB (Red+Green+Blue) = 241+195+15=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 15 (6.25% from 255 or 3.33% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C30F is #0E3CF0. Grayscale: #BDBDBD. Windows color (decimal): -933105 or 1033201. OLE color: 1033201.

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

Color convert

RGB 241 195 15 -
CMYK 0 0.19 0.94 0.05
HSL 47.79º 0.89% 0.5% -
HSV(B) 47.79º 0.94% 0.95% -
XYZ 55.88 57.77 8.66 -
YUV 188.23 30.24 165.64 -
System Red Green Blue C M Y K H S L
Decimal 241 195 15 0 0.19 0.94 0.05 47.79 0.89 0.5
Hex F1 C3 F 0 13 5E 5 30 59 32
Octal 361 303 17 0 23 136 5 60 131 62
Binary 11110001 11000011 1111 0 10011 1011110 101 110000 1011001 110010

Color Harmonies of #F1C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C30F

Black with #F1C30F

Text Example


Text Example

White with #F1C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C30F; }

 p { color: rgb(241,195,15); }

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

background-color css

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

 a { background-color: rgb(241,195,15); }

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

border-color css

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

 span { border-color: rgb(241,195,15); }

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