Html Css Color HEX #FCE54C Paris Daisy

📋 copy color: '#FCE54C'

red 252 ◦ green 229 ◦ blue 76

#FCE54C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris Daisy #FCE54C

Tints of Paris Daisy #FCE54C

RGB

 RED value IS 252 (98.83% from 255) = 45.24%

 GREEN value IS 229 (89.84% from 255) = 41.11%

 BLUE value IS 76 (30.08% from 255) = 13.64%

R = 45.24%
G = 41.11%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCE54C (or 0xFCE54C) is known color: Paris Daisy. HEX triplet: FC, E5 and 4C. RGB value is (252,229,76). Sum of RGB (Red+Green+Blue) = 252+229+76=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 76 (30.08% from 255 or 13.64% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE54C is #031AB3. Grayscale: #DBDBDB. Windows color (decimal): -203444 or 5039612. OLE color: 5039612.

HSL color Cylindrical-coordinate representation of color #FCE54C: hue angle of 52.16º 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 #FCE54C is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 229 76 -
CMYK 0 0.09 0.70 0.01
HSL 52.16º 0.97% 0.64% -
HSV(B) 52.16º 0.7% 0.99% -
XYZ 69.47 77.26 18.09 -
YUV 218.44 47.62 151.94 -
System Red Green Blue C M Y K H S L
Decimal 252 229 76 0 0.09 0.70 0.01 52.16 0.97 0.64
Hex FC E5 4C 0 9 46 1 34 61 40
Octal 374 345 114 0 11 106 1 64 141 100
Binary 11111100 11100101 1001100 0 1001 1000110 1 110100 1100001 1000000

Color Harmonies of #FCE54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE54C

Black with #FCE54C

Text Example


Text Example

White with #FCE54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE54C; }

 p { color: rgb(252,229,76); }

 H1.HeaderClassName
 {
   color: #FCE54C;
 }
 .AnyTagClassName
 {
   color: #FCE54C;
 }
</style>

background-color css

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

 a { background-color: rgb(252,229,76); }

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

border-color css

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

 span { border-color: rgb(252,229,76); }

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