#FEF353

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

Shades of Paris Daisy #FEF353

Tints of Paris Daisy #FEF353

Color information

#FEF353 (or 0xFEF353) is unknown color: approx Paris Daisy. HEX triplet: FE, F3 and 53. RGB value is (254,243,83). Sum of RGB (Red+Green+Blue) = 254+243+83=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 83 (32.81% from 255 or 14.31% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF353 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF353 is #010CAC. Grayscale: #E4E4E4. Windows color (decimal): -68781 or 5501950. OLE color: 5501950.

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

Color convert

RGB25424383-
CMYK00.040.670.00
HSL56.14º98.84%66.08%-
HSV(B)56.14º67.32%99.61%-
XYZ74.4885.820.82-
YUV228.0546.14146.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.79%
GREEN value IS 243 (95.31% from 255) = 41.90%
BLUE value IS 83 (32.81% from 255) = 14.31%
R=43.79%
G=41.90%
B=14.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542438300.040.670.0056.1498.8466.08
HexFEF35304430386342
Octal37636312304103070143102
Binary1111111011110011101001101001000011011100011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF353; }

 p { color: rgb(254,243,83); }

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

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

 a { background-color: rgb(254,243,83); }

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

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

 span { border-color: rgb(254,243,83); }

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