Html Css Color HEX #FCE54D Paris Daisy

📋 copy color: '#FCE54D'

red 252 ◦ green 229 ◦ blue 77

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

Shades of Paris Daisy #FCE54D

Tints of Paris Daisy #FCE54D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.8%

R = 45.16%
G = 41.04%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCE54D (or 0xFCE54D) is known color: Paris Daisy. HEX triplet: FC, E5 and 4D. RGB value is (252,229,77). Sum of RGB (Red+Green+Blue) = 252+229+77=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 77 (30.47% from 255 or 13.80% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE54D is #031AB2. Grayscale: #DBDBDB. Windows color (decimal): -203443 or 5105148. OLE color: 5105148.

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

Color convert

RGB 252 229 77 -
CMYK 0 0.09 0.69 0.01
HSL 52.11º 0.97% 0.65% -
HSV(B) 52.11º 0.69% 0.99% -
XYZ 69.5 77.27 18.27 -
YUV 218.55 48.12 151.86 -
System Red Green Blue C M Y K H S L
Decimal 252 229 77 0 0.09 0.69 0.01 52.11 0.97 0.65
Hex FC E5 4D 0 9 45 1 34 61 41
Octal 374 345 115 0 11 105 1 64 141 101
Binary 11111100 11100101 1001101 0 1001 1000101 1 110100 1100001 1000001

Color Harmonies of #FCE54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE54D

Black with #FCE54D

Text Example


Text Example

White with #FCE54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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