#FFE351

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

Shades of Paris Daisy #FFE351

Tints of Paris Daisy #FFE351

Color information

#FFE351 (or 0xFFE351) is unknown color: approx Paris Daisy. HEX triplet: FF, E3 and 51. RGB value is (255,227,81). Sum of RGB (Red+Green+Blue) = 255+227+81=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 81 (32.03% from 255 or 14.39% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE351 is #001CAE. Grayscale: #DBDBDB. Windows color (decimal): -7343 or 5366783. OLE color: 5366783.

HSL color Cylindrical-coordinate representation of color #FFE351: hue angle of 50.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFE351 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.

Color convert

RGB25522781-
CMYK00.110.680
HSL50.34º100%65.88%-
HSV(B)50.34º68.24%100%-
XYZ70.1976.7918.91-
YUV218.7350.28153.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.29%
GREEN value IS 227 (89.06% from 255) = 40.32%
BLUE value IS 81 (32.03% from 255) = 14.39%
R=45.29%
G=40.32%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552278100.110.68050.3410065.88
HexFFE3510B440326442
Octal377343121013104062144102
Binary11111111111000111010001010111000100011001011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE351; }

 p { color: rgb(255,227,81); }

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

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

 a { background-color: rgb(255,227,81); }

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

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

 span { border-color: rgb(255,227,81); }

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