#FEEB45

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

Shades of Paris Daisy #FEEB45

Tints of Paris Daisy #FEEB45

Color information

#FEEB45 (or 0xFEEB45) is unknown color: approx Paris Daisy. HEX triplet: FE, EB and 45. RGB value is (254,235,69). Sum of RGB (Red+Green+Blue) = 254+235+69=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 69 (27.34% from 255 or 12.37% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEB45 is #0114BA. Grayscale: #DEDEDE. Windows color (decimal): -70843 or 4582398. OLE color: 4582398.

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

Color convert

RGB25423569-
CMYK00.070.730.00
HSL53.84º98.93%63.33%-
HSV(B)53.84º72.83%99.61%-
XYZ71.6680.9217.47-
YUV221.7641.79151-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.52%
GREEN value IS 235 (92.19% from 255) = 42.11%
BLUE value IS 69 (27.34% from 255) = 12.37%
R=45.52%
G=42.11%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542356900.070.730.0053.8498.9363.33
HexFEEB450749036633f
Octal3763531050711106614377
Binary111111101110101110001010111100100101101101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEB45; }

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

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

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

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

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

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

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

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