Html Css Color HEX #F1E040 Gorse

📋 copy color: '#F1E040'

red 241 ◦ green 224 ◦ blue 64

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

Shades of Gorse #F1E040

Tints of Gorse #F1E040

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.34%

 BLUE value IS 64 (25.39% from 255) = 12.1%

R = 45.56%
G = 42.34%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F1E040 (or 0xF1E040) is known color: Gorse. HEX triplet: F1, E0 and 40. RGB value is (241,224,64). Sum of RGB (Red+Green+Blue) = 241+224+64=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 64 (25.39% from 255 or 12.10% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E040 is #0E1FBF. Grayscale: #D3D3D3. Windows color (decimal): -925632 or 4251889. OLE color: 4251889.

HSL color Cylindrical-coordinate representation of color #F1E040: hue angle of 54.24º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1E040 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 224 64 -
CMYK 0 0.07 0.73 0.05
HSL 54.24º 0.86% 0.6% -
HSV(B) 54.24º 0.73% 0.95% -
XYZ 63.86 72.38 15.46 -
YUV 210.84 45.13 149.51 -
System Red Green Blue C M Y K H S L
Decimal 241 224 64 0 0.07 0.73 0.05 54.24 0.86 0.6
Hex F1 E0 40 0 7 49 5 36 56 3C
Octal 361 340 100 0 7 111 5 66 126 74
Binary 11110001 11100000 1000000 0 111 1001001 101 110110 1010110 111100

Color Harmonies of #F1E040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E040

Black with #F1E040

Text Example


Text Example

White with #F1E040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E040; }

 p { color: rgb(241,224,64); }

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

background-color css

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

 a { background-color: rgb(241,224,64); }

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

border-color css

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

 span { border-color: rgb(241,224,64); }

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