#F4E250

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

Shades of Paris Daisy #F4E250

Tints of Paris Daisy #F4E250

Color information

#F4E250 (or 0xF4E250) is unknown color: approx Paris Daisy. HEX triplet: F4, E2 and 50. RGB value is (244,226,80). Sum of RGB (Red+Green+Blue) = 244+226+80=550 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.36% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 80 (31.64% from 255 or 14.55% from 550); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4E250 is #0B1DAF. Grayscale: #D7D7D7. Windows color (decimal): -728496 or 5300980. OLE color: 5300980.

HSL color Cylindrical-coordinate representation of color #F4E250: hue angle of 53.41º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F4E250 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB24422680-
CMYK00.070.670.04
HSL53.41º88.17%63.53%-
HSV(B)53.41º67.21%95.69%-
XYZ65.9574.218.44-
YUV214.7451.96148.87-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.36%
GREEN value IS 226 (88.67% from 255) = 41.09%
BLUE value IS 80 (31.64% from 255) = 14.55%
R=44.36%
G=41.09%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442268000.070.670.0453.4188.1763.53
HexF4E25007434355840
Octal36434212007103465130100
Binary111101001110001010100000111100001110011010110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E250; }

 p { color: rgb(244,226,80); }

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

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

 a { background-color: rgb(244,226,80); }

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

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

 span { border-color: rgb(244,226,80); }

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