#fef654

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

Shades of Paris Daisy #FEF654

Tints of Paris Daisy #FEF654

Color information

#FEF654 (or 0xFEF654) is unknown color: approx Paris Daisy. HEX triplet: FE, F6 and 54. RGB value is (254,246,84). Sum of RGB (Red+Green+Blue) = 254+246+84=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 246 (96.48% from 255 or 42.12% from 584); Blue value is 84 (33.20% from 255 or 14.38% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF654 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF654 is #0109AB. Grayscale: #E6E6E6. Windows color (decimal): -68012 or 5568254. OLE color: 5568254.

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

Color convert

RGB25424684-
CMYK00.030.670.00
HSL57.18º98.84%66.27%-
HSV(B)57.18º66.93%99.61%-
XYZ75.4387.6221.32-
YUV229.9245.65145.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 246 (96.48% from 255) = 42.12%
BLUE value IS 84 (33.20% from 255) = 14.38%
R=43.49%
G=42.12%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542468400.030.670.0057.1898.8466.27
HexFEF65403430396342
Octal37636612403103071143102
Binary111111101111011010101000111000011011100111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fef654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fef654; }

 p { color: rgb(254,246,84); }

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

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

 a { background-color: rgb(254,246,84); }

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

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

 span { border-color: rgb(254,246,84); }

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