#F1E24E

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

Shades of Paris Daisy #F1E24E

Tints of Paris Daisy #F1E24E

Color information

#F1E24E (or 0xF1E24E) is unknown color: approx Paris Daisy. HEX triplet: F1, E2 and 4E. RGB value is (241,226,78). Sum of RGB (Red+Green+Blue) = 241+226+78=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 78 (30.86% from 255 or 14.31% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E24E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E24E is #0E1DB1. Grayscale: #D6D6D6. Windows color (decimal): -925106 or 5169905. OLE color: 5169905.

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

Color convert

RGB24122678-
CMYK00.060.680.05
HSL54.48º85.34%62.55%-
HSV(B)54.48º67.63%94.51%-
XYZ64.8573.6418-
YUV213.6151.47147.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.22%
GREEN value IS 226 (88.67% from 255) = 41.47%
BLUE value IS 78 (30.86% from 255) = 14.31%
R=44.22%
G=41.47%
B=14.31%

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
Decimal2412267800.060.680.0554.4885.3462.55
HexF1E24E0644536553f
Octal3613421160610456612577
Binary11110001111000101001110011010001001011101101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E24E; }

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

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

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

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

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

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

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

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