#F1ED4C

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

Shades of Paris Daisy #F1ED4C

Tints of Paris Daisy #F1ED4C

Color information

#F1ED4C (or 0xF1ED4C) is unknown color: approx Paris Daisy. HEX triplet: F1, ED and 4C. RGB value is (241,237,76). Sum of RGB (Red+Green+Blue) = 241+237+76=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 76 (30.08% from 255 or 13.72% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1ED4C is #0E12B3. Grayscale: #DCDCDC. Windows color (decimal): -922292 or 5041649. OLE color: 5041649.

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

Color convert

RGB24123776-
CMYK00.020.680.05
HSL58.55º85.49%62.16%-
HSV(B)58.55º68.46%94.51%-
XYZ67.8679.7918.66-
YUV219.8446.83143.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 237 (92.97% from 255) = 42.78%
BLUE value IS 76 (30.08% from 255) = 13.72%
R=43.50%
G=42.78%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412377600.020.680.0558.5585.4962.16
HexF1ED4C024453b553e
Octal3613551140210457312576
Binary1111000111101101100110001010001001011110111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ED4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ED4C; }

 p { color: rgb(241,237,76); }

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

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

 a { background-color: rgb(241,237,76); }

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

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

 span { border-color: rgb(241,237,76); }

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