#F7E450

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

Shades of Paris Daisy #F7E450

Tints of Paris Daisy #F7E450

Color information

#F7E450 (or 0xF7E450) is unknown color: approx Paris Daisy. HEX triplet: F7, E4 and 50. RGB value is (247,228,80). Sum of RGB (Red+Green+Blue) = 247+228+80=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 80 (31.64% from 255 or 14.41% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7E450 is #081BAF. Grayscale: #D9D9D9. Windows color (decimal): -531376 or 5301495. OLE color: 5301495.

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

Color convert

RGB24722880-
CMYK00.080.680.03
HSL53.17º91.26%64.12%-
HSV(B)53.17º67.61%96.86%-
XYZ67.5575.8418.67-
YUV216.8150.79149.53-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.50%
GREEN value IS 228 (89.45% from 255) = 41.08%
BLUE value IS 80 (31.64% from 255) = 14.41%
R=44.50%
G=41.08%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472288000.080.680.0353.1791.2664.12
HexF7E45008443355b40
Octal367344120010104365133100
Binary111101111110010010100000100010001001111010110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E450; }

 p { color: rgb(247,228,80); }

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

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

 a { background-color: rgb(247,228,80); }

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

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

 span { border-color: rgb(247,228,80); }

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