Html Css Color HEX #F1C125 Moon Yellow

📋 copy color: '#F1C125'

red 241 ◦ green 193 ◦ blue 37

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

Shades of Moon Yellow #F1C125

Tints of Moon Yellow #F1C125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.86%

R = 51.17%
G = 40.98%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F1C125 (or 0xF1C125) is known color: Moon Yellow. HEX triplet: F1, C1 and 25. RGB value is (241,193,37). Sum of RGB (Red+Green+Blue) = 241+193+37=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 37 (14.84% from 255 or 7.86% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C125 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C125 is #0E3EDA. Grayscale: #BEBEBE. Windows color (decimal): -933595 or 2474481. OLE color: 2474481.

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

Color convert

RGB 241 193 37 -
CMYK 0 0.20 0.85 0.05
HSL 45.88º 0.88% 0.55% -
HSV(B) 45.88º 0.85% 0.95% -
XYZ 55.68 56.97 9.81 -
YUV 189.57 41.9 164.68 -
System Red Green Blue C M Y K H S L
Decimal 241 193 37 0 0.20 0.85 0.05 45.88 0.88 0.55
Hex F1 C1 25 0 14 55 5 2E 58 37
Octal 361 301 45 0 24 125 5 56 130 67
Binary 11110001 11000001 100101 0 10100 1010101 101 101110 1011000 110111

Color Harmonies of #F1C125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C125

Black with #F1C125

Text Example


Text Example

White with #F1C125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C125; }

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

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

background-color css

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

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

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

border-color css

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

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

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