Html Css Color HEX #FCE545 Paris Daisy

📋 copy color: '#FCE545'

red 252 ◦ green 229 ◦ blue 69

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

Shades of Paris Daisy #FCE545

Tints of Paris Daisy #FCE545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.55%

R = 45.82%
G = 41.64%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCE545 (or 0xFCE545) is known color: Paris Daisy. HEX triplet: FC, E5 and 45. RGB value is (252,229,69). Sum of RGB (Red+Green+Blue) = 252+229+69=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 229 (89.84% from 255 or 41.64% from 550); Blue value is 69 (27.34% from 255 or 12.55% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE545 is #031ABA. Grayscale: #DADADA. Windows color (decimal): -203451 or 4580860. OLE color: 4580860.

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

Color convert

RGB 252 229 69 -
CMYK 0 0.09 0.73 0.01
HSL 52.46º 0.97% 0.63% -
HSV(B) 52.46º 0.73% 0.99% -
XYZ 69.24 77.16 16.88 -
YUV 217.64 44.12 152.51 -
System Red Green Blue C M Y K H S L
Decimal 252 229 69 0 0.09 0.73 0.01 52.46 0.97 0.63
Hex FC E5 45 0 9 49 1 34 61 3F
Octal 374 345 105 0 11 111 1 64 141 77
Binary 11111100 11100101 1000101 0 1001 1001001 1 110100 1100001 111111

Color Harmonies of #FCE545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE545

Black with #FCE545

Text Example


Text Example

White with #FCE545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE545; }

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

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

background-color css

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

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

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

border-color css

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

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

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