Html Css Color HEX #FCE655 Paris Daisy

📋 copy color: '#FCE655'

red 252 ◦ green 230 ◦ blue 85

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

Shades of Paris Daisy #FCE655

Tints of Paris Daisy #FCE655

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.56%

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

R = 44.44%
G = 40.56%
B = 14.99%

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

#FCE655 (or 0xFCE655) is known color: Paris Daisy. HEX triplet: FC, E6 and 55. RGB value is (252,230,85). Sum of RGB (Red+Green+Blue) = 252+230+85=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 85 (33.59% from 255 or 14.99% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE655 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE655 is #0319AA. Grayscale: #DCDCDC. Windows color (decimal): -203179 or 5629692. OLE color: 5629692.

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

Color convert

RGB 252 230 85 -
CMYK 0 0.09 0.66 0.01
HSL 52.1º 0.97% 0.66% -
HSV(B) 52.1º 0.66% 0.99% -
XYZ 70.08 77.94 19.95 -
YUV 220.05 51.79 150.79 -
System Red Green Blue C M Y K H S L
Decimal 252 230 85 0 0.09 0.66 0.01 52.1 0.97 0.66
Hex FC E6 55 0 9 42 1 34 61 42
Octal 374 346 125 0 11 102 1 64 141 102
Binary 11111100 11100110 1010101 0 1001 1000010 1 110100 1100001 1000010

Color Harmonies of #FCE655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE655

Black with #FCE655

Text Example


Text Example

White with #FCE655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE655; }

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

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

background-color css

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

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

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

border-color css

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

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

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