Html Css Color HEX #FCE550 Paris Daisy

📋 copy color: '#FCE550'

red 252 ◦ green 229 ◦ blue 80

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

Shades of Paris Daisy #FCE550

Tints of Paris Daisy #FCE550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.26%

R = 44.92%
G = 40.82%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCE550 (or 0xFCE550) is known color: Paris Daisy. HEX triplet: FC, E5 and 50. RGB value is (252,229,80). Sum of RGB (Red+Green+Blue) = 252+229+80=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 80 (31.64% from 255 or 14.26% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE550 is #031AAF. Grayscale: #DBDBDB. Windows color (decimal): -203440 or 5301756. OLE color: 5301756.

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

Color convert

RGB 252 229 80 -
CMYK 0 0.09 0.68 0.01
HSL 51.98º 0.97% 0.65% -
HSV(B) 51.98º 0.68% 0.99% -
XYZ 69.61 77.31 18.84 -
YUV 218.89 49.62 151.62 -
System Red Green Blue C M Y K H S L
Decimal 252 229 80 0 0.09 0.68 0.01 51.98 0.97 0.65
Hex FC E5 50 0 9 44 1 34 61 41
Octal 374 345 120 0 11 104 1 64 141 101
Binary 11111100 11100101 1010000 0 1001 1000100 1 110100 1100001 1000001

Color Harmonies of #FCE550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE550

Black with #FCE550

Text Example


Text Example

White with #FCE550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE550; }

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

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

background-color css

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

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

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

border-color css

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

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

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