Html Css Color HEX #FCE84B Paris Daisy

📋 copy color: '#FCE84B'

red 252 ◦ green 232 ◦ blue 75

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

Shades of Paris Daisy #FCE84B

Tints of Paris Daisy #FCE84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 13.42%

R = 45.08%
G = 41.5%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCE84B (or 0xFCE84B) is known color: Paris Daisy. HEX triplet: FC, E8 and 4B. RGB value is (252,232,75). Sum of RGB (Red+Green+Blue) = 252+232+75=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 75 (29.69% from 255 or 13.42% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE84B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE84B is #0317B4. Grayscale: #DCDCDC. Windows color (decimal): -202677 or 4974844. OLE color: 4974844.

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

Color convert

RGB 252 232 75 -
CMYK 0 0.08 0.70 0.01
HSL 53.22º 0.97% 0.64% -
HSV(B) 53.22º 0.7% 0.99% -
XYZ 70.27 78.92 18.19 -
YUV 220.08 46.13 150.77 -
System Red Green Blue C M Y K H S L
Decimal 252 232 75 0 0.08 0.70 0.01 53.22 0.97 0.64
Hex FC E8 4B 0 8 46 1 35 61 40
Octal 374 350 113 0 10 106 1 65 141 100
Binary 11111100 11101000 1001011 0 1000 1000110 1 110101 1100001 1000000

Color Harmonies of #FCE84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE84B

Black with #FCE84B

Text Example


Text Example

White with #FCE84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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