#FCEB54

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

Shades of Paris Daisy #FCEB54

Tints of Paris Daisy #FCEB54

Color information

#FCEB54 (or 0xFCEB54) is unknown color: approx Paris Daisy. HEX triplet: FC, EB and 54. RGB value is (252,235,84). Sum of RGB (Red+Green+Blue) = 252+235+84=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 84 (33.20% from 255 or 14.71% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB54 is #0314AB. Grayscale: #DFDFDF. Windows color (decimal): -201900 or 5565436. OLE color: 5565436.

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

Color convert

RGB25223584-
CMYK00.070.670.01
HSL53.93º96.55%65.88%-
HSV(B)53.93º66.67%98.82%-
XYZ71.4580.7520.21-
YUV222.8749.63148.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.13%
GREEN value IS 235 (92.19% from 255) = 41.16%
BLUE value IS 84 (33.20% from 255) = 14.71%
R=44.13%
G=41.16%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522358400.070.670.0153.9396.5565.88
HexFCEB5407431366142
Octal37435312407103166141102
Binary1111110011101011101010001111000011111011011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEB54; }

 p { color: rgb(252,235,84); }

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

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

 a { background-color: rgb(252,235,84); }

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

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

 span { border-color: rgb(252,235,84); }

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