Html Css Color HEX #F1C31F Moon Yellow

📋 copy color: '#F1C31F'

red 241 ◦ green 195 ◦ blue 31

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

Shades of Moon Yellow #F1C31F

Tints of Moon Yellow #F1C31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.64%

R = 51.61%
G = 41.76%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F1C31F (or 0xF1C31F) is known color: Moon Yellow. HEX triplet: F1, C3 and 1F. RGB value is (241,195,31). Sum of RGB (Red+Green+Blue) = 241+195+31=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 31 (12.5% from 255 or 6.64% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C31F is #0E3CE0. Grayscale: #BEBEBE. Windows color (decimal): -933089 or 2081777. OLE color: 2081777.

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

Color convert

RGB 241 195 31 -
CMYK 0 0.19 0.87 0.05
HSL 46.86º 0.88% 0.53% -
HSV(B) 46.86º 0.87% 0.95% -
XYZ 56.04 57.83 9.51 -
YUV 190.06 38.24 164.34 -
System Red Green Blue C M Y K H S L
Decimal 241 195 31 0 0.19 0.87 0.05 46.86 0.88 0.53
Hex F1 C3 1F 0 13 57 5 2F 58 35
Octal 361 303 37 0 23 127 5 57 130 65
Binary 11110001 11000011 11111 0 10011 1010111 101 101111 1011000 110101

Color Harmonies of #F1C31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C31F

Black with #F1C31F

Text Example


Text Example

White with #F1C31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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