#FFFE45

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

Shades of Paris Daisy #FFFE45

Tints of Paris Daisy #FFFE45

Color information

#FFFE45 (or 0xFFFE45) is unknown color: approx Paris Daisy. HEX triplet: FF, FE and 45. RGB value is (255,254,69). Sum of RGB (Red+Green+Blue) = 255+254+69=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 69 (27.34% from 255 or 11.94% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE45 is #0001BA. Grayscale: #E9E9E9. Windows color (decimal): -443 or 4587263. OLE color: 4587263.

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

Color convert

RGB25525469-
CMYK00.000.730
HSL59.68º100%63.53%-
HSV(B)59.68º72.94%100%-
XYZ77.7692.5719.4-
YUV233.2135.33143.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.12%
GREEN value IS 254 (99.61% from 255) = 43.94%
BLUE value IS 69 (27.34% from 255) = 11.94%
R=44.12%
G=43.94%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552546900.000.73059.6810063.53
HexFFFE45004903c6440
Octal37737610500111074144100
Binary11111111111111101000101001001001011110011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFE45; }

 p { color: rgb(255,254,69); }

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

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

 a { background-color: rgb(255,254,69); }

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

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

 span { border-color: rgb(255,254,69); }

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