Html Css Color HEX #FCE355 Paris Daisy

📋 copy color: '#FCE355'

red 252 ◦ green 227 ◦ blue 85

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

Shades of Paris Daisy #FCE355

Tints of Paris Daisy #FCE355

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.25%

 BLUE value IS 85 (33.59% from 255) = 15.07%

R = 44.68%
G = 40.25%
B = 15.07%

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

#FCE355 (or 0xFCE355) is known color: Paris Daisy. HEX triplet: FC, E3 and 55. RGB value is (252,227,85). Sum of RGB (Red+Green+Blue) = 252+227+85=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 85 (33.59% from 255 or 15.07% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE355 is #031CAA. Grayscale: #DADADA. Windows color (decimal): -203947 or 5628924. OLE color: 5628924.

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

Color convert

RGB 252 227 85 -
CMYK 0 0.10 0.66 0.01
HSL 51.02º 0.97% 0.66% -
HSV(B) 51.02º 0.66% 0.99% -
XYZ 69.25 76.29 19.67 -
YUV 218.29 52.78 152.05 -
System Red Green Blue C M Y K H S L
Decimal 252 227 85 0 0.10 0.66 0.01 51.02 0.97 0.66
Hex FC E3 55 0 A 42 1 33 61 42
Octal 374 343 125 0 12 102 1 63 141 102
Binary 11111100 11100011 1010101 0 1010 1000010 1 110011 1100001 1000010

Color Harmonies of #FCE355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE355

Black with #FCE355

Text Example


Text Example

White with #FCE355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE355; }

 p { color: rgb(252,227,85); }

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

background-color css

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

 a { background-color: rgb(252,227,85); }

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

border-color css

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

 span { border-color: rgb(252,227,85); }

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