Html Css Color HEX #FCE555 Paris Daisy

📋 copy color: '#FCE555'

red 252 ◦ green 229 ◦ blue 85

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

Shades of Paris Daisy #FCE555

Tints of Paris Daisy #FCE555

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.46%

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

R = 44.52%
G = 40.46%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCE555 (or 0xFCE555) is known color: Paris Daisy. HEX triplet: FC, E5 and 55. RGB value is (252,229,85). Sum of RGB (Red+Green+Blue) = 252+229+85=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 229 (89.84% from 255 or 40.46% from 566); Blue value is 85 (33.59% from 255 or 15.02% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE555 is #031AAA. Grayscale: #DCDCDC. Windows color (decimal): -203435 or 5629436. OLE color: 5629436.

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

Color convert

RGB 252 229 85 -
CMYK 0 0.09 0.66 0.01
HSL 51.74º 0.97% 0.66% -
HSV(B) 51.74º 0.66% 0.99% -
XYZ 69.8 77.39 19.85 -
YUV 219.46 52.12 151.21 -
System Red Green Blue C M Y K H S L
Decimal 252 229 85 0 0.09 0.66 0.01 51.74 0.97 0.66
Hex FC E5 55 0 9 42 1 34 61 42
Octal 374 345 125 0 11 102 1 64 141 102
Binary 11111100 11100101 1010101 0 1001 1000010 1 110100 1100001 1000010

Color Harmonies of #FCE555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE555

Black with #FCE555

Text Example


Text Example

White with #FCE555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE555; }

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

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

background-color css

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

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

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

border-color css

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

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

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