Html Css Color HEX #FCE94D Paris Daisy

📋 copy color: '#FCE94D'

red 252 ◦ green 233 ◦ blue 77

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

Shades of Paris Daisy #FCE94D

Tints of Paris Daisy #FCE94D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.46%

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

R = 44.84%
G = 41.46%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCE94D (or 0xFCE94D) is known color: Paris Daisy. HEX triplet: FC, E9 and 4D. RGB value is (252,233,77). Sum of RGB (Red+Green+Blue) = 252+233+77=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 77 (30.47% from 255 or 13.70% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE94D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE94D is #0316B2. Grayscale: #DDDDDD. Windows color (decimal): -202419 or 5106172. OLE color: 5106172.

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

Color convert

RGB 252 233 77 -
CMYK 0 0.08 0.69 0.01
HSL 53.49º 0.97% 0.65% -
HSV(B) 53.49º 0.69% 0.99% -
XYZ 70.62 79.51 18.65 -
YUV 220.9 46.79 150.18 -
System Red Green Blue C M Y K H S L
Decimal 252 233 77 0 0.08 0.69 0.01 53.49 0.97 0.65
Hex FC E9 4D 0 8 45 1 35 61 41
Octal 374 351 115 0 10 105 1 65 141 101
Binary 11111100 11101001 1001101 0 1000 1000101 1 110101 1100001 1000001

Color Harmonies of #FCE94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE94D

Black with #FCE94D

Text Example


Text Example

White with #FCE94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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