#F1E24F

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

Shades of Paris Daisy #F1E24F

Tints of Paris Daisy #F1E24F

Color information

#F1E24F (or 0xF1E24F) is unknown color: approx Paris Daisy. HEX triplet: F1, E2 and 4F. RGB value is (241,226,79). Sum of RGB (Red+Green+Blue) = 241+226+79=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 79 (31.25% from 255 or 14.47% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E24F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E24F is #0E1DB0. Grayscale: #D6D6D6. Windows color (decimal): -925105 or 5235441. OLE color: 5235441.

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

Color convert

RGB24122679-
CMYK00.060.670.05
HSL54.44º85.26%62.75%-
HSV(B)54.44º67.22%94.51%-
XYZ64.8873.6618.19-
YUV213.7351.97147.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.14%
GREEN value IS 226 (88.67% from 255) = 41.39%
BLUE value IS 79 (31.25% from 255) = 14.47%
R=44.14%
G=41.39%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412267900.060.670.0554.4485.2662.75
HexF1E24F0643536553f
Octal3613421170610356612577
Binary11110001111000101001111011010000111011101101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E24F; }

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

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

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

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

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

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

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

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