#F7E254

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

Shades of Paris Daisy #F7E254

Tints of Paris Daisy #F7E254

Color information

#F7E254 (or 0xF7E254) is unknown color: approx Paris Daisy. HEX triplet: F7, E2 and 54. RGB value is (247,226,84). Sum of RGB (Red+Green+Blue) = 247+226+84=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 84 (33.20% from 255 or 15.08% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7E254 is #081DAB. Grayscale: #D8D8D8. Windows color (decimal): -531884 or 5563127. OLE color: 5563127.

HSL color Cylindrical-coordinate representation of color #F7E254: hue angle of 52.27º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F7E254 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB24722684-
CMYK00.090.660.03
HSL52.27º91.06%64.9%-
HSV(B)52.27º65.99%96.86%-
XYZ67.1574.8119.29-
YUV216.0953.46150.05-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.34%
GREEN value IS 226 (88.67% from 255) = 40.57%
BLUE value IS 84 (33.20% from 255) = 15.08%
R=44.34%
G=40.57%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472268400.090.660.0352.2791.0664.9
HexF7E25409423345b41
Octal367342124011102364133101
Binary111101111110001010101000100110000101111010010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E254; }

 p { color: rgb(247,226,84); }

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

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

 a { background-color: rgb(247,226,84); }

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

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

 span { border-color: rgb(247,226,84); }

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