Html Css Color HEX #FCE24D Paris Daisy

📋 copy color: '#FCE24D'

red 252 ◦ green 226 ◦ blue 77

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

Shades of Paris Daisy #FCE24D

Tints of Paris Daisy #FCE24D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.72%

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

R = 45.41%
G = 40.72%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCE24D (or 0xFCE24D) is known color: Paris Daisy. HEX triplet: FC, E2 and 4D. RGB value is (252,226,77). Sum of RGB (Red+Green+Blue) = 252+226+77=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 77 (30.47% from 255 or 13.87% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE24D is #031DB2. Grayscale: #D9D9D9. Windows color (decimal): -204211 or 5104380. OLE color: 5104380.

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

Color convert

RGB 252 226 77 -
CMYK 0 0.10 0.69 0.01
HSL 51.09º 0.97% 0.65% -
HSV(B) 51.09º 0.69% 0.99% -
XYZ 68.68 75.62 18 -
YUV 216.79 49.11 153.12 -
System Red Green Blue C M Y K H S L
Decimal 252 226 77 0 0.10 0.69 0.01 51.09 0.97 0.65
Hex FC E2 4D 0 A 45 1 33 61 41
Octal 374 342 115 0 12 105 1 63 141 101
Binary 11111100 11100010 1001101 0 1010 1000101 1 110011 1100001 1000001

Color Harmonies of #FCE24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE24D

Black with #FCE24D

Text Example


Text Example

White with #FCE24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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