#F1E34E

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

Shades of Paris Daisy #F1E34E

Tints of Paris Daisy #F1E34E

Color information

#F1E34E (or 0xF1E34E) is unknown color: approx Paris Daisy. HEX triplet: F1, E3 and 4E. RGB value is (241,227,78). Sum of RGB (Red+Green+Blue) = 241+227+78=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 78 (30.86% from 255 or 14.29% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E34E is #0E1CB1. Grayscale: #D6D6D6. Windows color (decimal): -924850 or 5170161. OLE color: 5170161.

HSL color Cylindrical-coordinate representation of color #F1E34E: hue angle of 54.85º 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 #F1E34E is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB24122778-
CMYK00.060.680.05
HSL54.85º85.34%62.55%-
HSV(B)54.85º67.63%94.51%-
XYZ65.1274.1918.1-
YUV214.251.14147.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.14%
GREEN value IS 227 (89.06% from 255) = 41.58%
BLUE value IS 78 (30.86% from 255) = 14.29%
R=44.14%
G=41.58%
B=14.29%

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
Decimal2412277800.060.680.0554.8585.3462.55
HexF1E34E0644537553f
Octal3613431160610456712577
Binary11110001111000111001110011010001001011101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E34E; }

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

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

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

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

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

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

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

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