#F1E24D

Color #F1E24D Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #F1E24D

Tints of Paris Daisy #F1E24D

Color information

#F1E24D (or 0xF1E24D) is unknown color: approx Paris Daisy. HEX triplet: F1, E2 and 4D. RGB value is (241,226,77). Sum of RGB (Red+Green+Blue) = 241+226+77=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 77 (30.47% from 255 or 14.15% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E24D is #0E1DB2. Grayscale: #D6D6D6. Windows color (decimal): -925107 or 5104369. OLE color: 5104369.

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

Color convert

RGB24122677-
CMYK00.060.680.05
HSL54.51º85.42%62.35%-
HSV(B)54.51º68.05%94.51%-
XYZ64.8173.6317.82-
YUV213.550.97147.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.30%
GREEN value IS 226 (88.67% from 255) = 41.54%
BLUE value IS 77 (30.47% from 255) = 14.15%
R=44.30%
G=41.54%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412267700.060.680.0554.5185.4262.35
HexF1E24D0644537553e
Octal3613421150610456712576
Binary11110001111000101001101011010001001011101111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E24D; }

 p { color: rgb(241,226,77); }

 H1.HeaderClassName
 {
   color: #F1E24D;
 }
 .AnyTagClassName
 {
   color: #F1E24D;
 }
</style>
background-color css

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

 a { background-color: rgb(241,226,77); }

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

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

 span { border-color: rgb(241,226,77); }

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