Html Css Color HEX #FCE546 Paris Daisy

📋 copy color: '#FCE546'

red 252 ◦ green 229 ◦ blue 70

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

Shades of Paris Daisy #FCE546

Tints of Paris Daisy #FCE546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.7%

R = 45.74%
G = 41.56%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCE546 (or 0xFCE546) is known color: Paris Daisy. HEX triplet: FC, E5 and 46. RGB value is (252,229,70). Sum of RGB (Red+Green+Blue) = 252+229+70=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 70 (27.73% from 255 or 12.70% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE546 is #031AB9. Grayscale: #DADADA. Windows color (decimal): -203450 or 4646396. OLE color: 4646396.

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

Color convert

RGB 252 229 70 -
CMYK 0 0.09 0.72 0.01
HSL 52.42º 0.97% 0.63% -
HSV(B) 52.42º 0.72% 0.99% -
XYZ 69.27 77.18 17.04 -
YUV 217.75 44.62 152.43 -
System Red Green Blue C M Y K H S L
Decimal 252 229 70 0 0.09 0.72 0.01 52.42 0.97 0.63
Hex FC E5 46 0 9 48 1 34 61 3F
Octal 374 345 106 0 11 110 1 64 141 77
Binary 11111100 11100101 1000110 0 1001 1001000 1 110100 1100001 111111

Color Harmonies of #FCE546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE546

Black with #FCE546

Text Example


Text Example

White with #FCE546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE546; }

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

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

background-color css

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

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

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

border-color css

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

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

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