#F1E245

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

Shades of Paris Daisy #F1E245

Tints of Paris Daisy #F1E245

Color information

#F1E245 (or 0xF1E245) is unknown color: approx Paris Daisy. HEX triplet: F1, E2 and 45. RGB value is (241,226,69). Sum of RGB (Red+Green+Blue) = 241+226+69=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 69 (27.34% from 255 or 12.87% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E245 is #0E1DBA. Grayscale: #D5D5D5. Windows color (decimal): -925115 or 4580081. OLE color: 4580081.

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

Color convert

RGB24122669-
CMYK00.060.710.05
HSL54.77º86%60.78%-
HSV(B)54.77º71.37%94.51%-
XYZ64.5573.5216.42-
YUV212.5946.97148.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.96%
GREEN value IS 226 (88.67% from 255) = 42.16%
BLUE value IS 69 (27.34% from 255) = 12.87%
R=44.96%
G=42.16%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412266900.060.710.0554.778660.78
HexF1E2450647537563d
Octal3613421050610756712675
Binary11110001111000101000101011010001111011101111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E245; }

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

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

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

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

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

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

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

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