#FCEB4B

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

Shades of Paris Daisy #FCEB4B

Tints of Paris Daisy #FCEB4B

Color information

#FCEB4B (or 0xFCEB4B) is unknown color: approx Paris Daisy. HEX triplet: FC, EB and 4B. RGB value is (252,235,75). Sum of RGB (Red+Green+Blue) = 252+235+75=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 75 (29.69% from 255 or 13.35% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEB4B is #0314B4. Grayscale: #DEDEDE. Windows color (decimal): -201909 or 4975612. OLE color: 4975612.

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

Color convert

RGB25223575-
CMYK00.070.700.01
HSL54.24º96.72%64.12%-
HSV(B)54.24º70.24%98.82%-
XYZ71.1280.6218.47-
YUV221.8445.13149.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.84%
GREEN value IS 235 (92.19% from 255) = 41.81%
BLUE value IS 75 (29.69% from 255) = 13.35%
R=44.84%
G=41.81%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522357500.070.700.0154.2496.7264.12
HexFCEB4B07461366140
Octal37435311307106166141100
Binary1111110011101011100101101111000110111011011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEB4B; }

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

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

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

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

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

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

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

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