#F5FE41

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

Shades of Paris Daisy #F5FE41

Tints of Paris Daisy #F5FE41

Color information

#F5FE41 (or 0xF5FE41) is unknown color: approx Paris Daisy. HEX triplet: F5, FE and 41. RGB value is (245,254,65). Sum of RGB (Red+Green+Blue) = 245+254+65=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 65 (25.78% from 255 or 11.52% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FE41 is #0A01BE. Grayscale: #E6E6E6. Windows color (decimal): -655807 or 4325109. OLE color: 4325109.

HSL color Cylindrical-coordinate representation of color #F5FE41: hue angle of 62.86º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5FE41 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB24525465-
CMYK0.0400.740.00
HSL62.86º98.95%62.55%-
HSV(B)62.86º74.41%99.61%-
XYZ74.0590.6818.6-
YUV229.7635.02138.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.44%
GREEN value IS 254 (99.61% from 255) = 45.04%
BLUE value IS 65 (25.78% from 255) = 11.52%
R=43.44%
G=45.04%
B=11.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal245254650.0400.740.0062.8698.9562.55
HexF5FE41404A03f633f
Octal3653761014011207714377
Binary111101011111111010000011000100101001111111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FE41; }

 p { color: rgb(245,254,65); }

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

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

 a { background-color: rgb(245,254,65); }

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

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

 span { border-color: rgb(245,254,65); }

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