#FEF152

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

Shades of Paris Daisy #FEF152

Tints of Paris Daisy #FEF152

Color information

#FEF152 (or 0xFEF152) is unknown color: approx Paris Daisy. HEX triplet: FE, F1 and 52. RGB value is (254,241,82). Sum of RGB (Red+Green+Blue) = 254+241+82=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 82 (32.42% from 255 or 14.21% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF152 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF152 is #010EAD. Grayscale: #E3E3E3. Windows color (decimal): -69294 or 5435902. OLE color: 5435902.

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

Color convert

RGB25424182-
CMYK00.050.680.00
HSL55.47º98.85%65.88%-
HSV(B)55.47º67.72%99.61%-
XYZ73.8584.5920.42-
YUV226.7646.31147.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.02%
GREEN value IS 241 (94.53% from 255) = 41.77%
BLUE value IS 82 (32.42% from 255) = 14.21%
R=44.02%
G=41.77%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542418200.050.680.0055.4798.8565.88
HexFEF15205440376342
Octal37636112205104067143102
Binary1111111011110001101001001011000100011011111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF152; }

 p { color: rgb(254,241,82); }

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

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

 a { background-color: rgb(254,241,82); }

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

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

 span { border-color: rgb(254,241,82); }

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