#FEF952

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

Shades of Paris Daisy #FEF952

Tints of Paris Daisy #FEF952

Color information

#FEF952 (or 0xFEF952) is unknown color: approx Paris Daisy. HEX triplet: FE, F9 and 52. RGB value is (254,249,82). Sum of RGB (Red+Green+Blue) = 254+249+82=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 82 (32.42% from 255 or 14.02% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF952 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF952 is #0106AD. Grayscale: #E8E8E8. Windows color (decimal): -67246 or 5437950. OLE color: 5437950.

HSL color Cylindrical-coordinate representation of color #FEF952: hue angle of 58.26º 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 #FEF952 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB25424982-
CMYK00.020.680.00
HSL58.26º98.85%65.88%-
HSV(B)58.26º67.72%99.61%-
XYZ76.2789.4321.22-
YUV231.4643.66144.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.42%
GREEN value IS 249 (97.66% from 255) = 42.56%
BLUE value IS 82 (32.42% from 255) = 14.02%
R=43.42%
G=42.56%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542498200.020.680.0058.2698.8565.88
HexFEF952024403a6342
Octal37637112202104072143102
Binary111111101111100110100100101000100011101011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF952; }

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

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

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

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

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

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

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

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