Html Css Color HEX #FCE84A Paris Daisy

📋 copy color: '#FCE84A'

red 252 ◦ green 232 ◦ blue 74

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

Shades of Paris Daisy #FCE84A

Tints of Paris Daisy #FCE84A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.58%

 BLUE value IS 74 (29.3% from 255) = 13.26%

R = 45.16%
G = 41.58%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCE84A (or 0xFCE84A) is known color: Paris Daisy. HEX triplet: FC, E8 and 4A. RGB value is (252,232,74). Sum of RGB (Red+Green+Blue) = 252+232+74=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 232 (91.02% from 255 or 41.58% from 558); Blue value is 74 (29.30% from 255 or 13.26% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE84A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE84A is #0317B5. Grayscale: #DCDCDC. Windows color (decimal): -202678 or 4909308. OLE color: 4909308.

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

Color convert

RGB 252 232 74 -
CMYK 0 0.08 0.71 0.01
HSL 53.26º 0.97% 0.64% -
HSV(B) 53.26º 0.71% 0.99% -
XYZ 70.24 78.9 18.01 -
YUV 219.97 45.63 150.85 -
System Red Green Blue C M Y K H S L
Decimal 252 232 74 0 0.08 0.71 0.01 53.26 0.97 0.64
Hex FC E8 4A 0 8 47 1 35 61 40
Octal 374 350 112 0 10 107 1 65 141 100
Binary 11111100 11101000 1001010 0 1000 1000111 1 110101 1100001 1000000

Color Harmonies of #FCE84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE84A

Black with #FCE84A

Text Example


Text Example

White with #FCE84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE84A; }

 p { color: rgb(252,232,74); }

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

background-color css

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

 a { background-color: rgb(252,232,74); }

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

border-color css

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

 span { border-color: rgb(252,232,74); }

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