Html Css Color HEX #FCE456 Paris Daisy

📋 copy color: '#FCE456'

red 252 ◦ green 228 ◦ blue 86

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

Shades of Paris Daisy #FCE456

Tints of Paris Daisy #FCE456

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.28%

 BLUE value IS 86 (33.98% from 255) = 15.19%

R = 44.52%
G = 40.28%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCE456 (or 0xFCE456) is known color: Paris Daisy. HEX triplet: FC, E4 and 56. RGB value is (252,228,86). Sum of RGB (Red+Green+Blue) = 252+228+86=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 86 (33.98% from 255 or 15.19% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE456 is #031BA9. Grayscale: #DBDBDB. Windows color (decimal): -203690 or 5694716. OLE color: 5694716.

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

Color convert

RGB 252 228 86 -
CMYK 0 0.10 0.66 0.01
HSL 51.33º 0.97% 0.66% -
HSV(B) 51.33º 0.66% 0.99% -
XYZ 69.57 76.85 19.97 -
YUV 218.99 52.95 151.55 -
System Red Green Blue C M Y K H S L
Decimal 252 228 86 0 0.10 0.66 0.01 51.33 0.97 0.66
Hex FC E4 56 0 A 42 1 33 61 42
Octal 374 344 126 0 12 102 1 63 141 102
Binary 11111100 11100100 1010110 0 1010 1000010 1 110011 1100001 1000010

Color Harmonies of #FCE456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE456

Black with #FCE456

Text Example


Text Example

White with #FCE456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE456; }

 p { color: rgb(252,228,86); }

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

background-color css

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

 a { background-color: rgb(252,228,86); }

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

border-color css

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

 span { border-color: rgb(252,228,86); }

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