Html Css Color HEX #FCE147 Paris Daisy

📋 copy color: '#FCE147'

red 252 ◦ green 225 ◦ blue 71

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

Shades of Paris Daisy #FCE147

Tints of Paris Daisy #FCE147

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.06%

 BLUE value IS 71 (28.13% from 255) = 12.96%

R = 45.99%
G = 41.06%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCE147 (or 0xFCE147) is known color: Paris Daisy. HEX triplet: FC, E1 and 47. RGB value is (252,225,71). Sum of RGB (Red+Green+Blue) = 252+225+71=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 71 (28.12% from 255 or 12.96% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE147 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE147 is #031EB8. Grayscale: #D8D8D8. Windows color (decimal): -204473 or 4710908. OLE color: 4710908.

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

Color convert

RGB 252 225 71 -
CMYK 0 0.11 0.72 0.01
HSL 51.05º 0.97% 0.63% -
HSV(B) 51.05º 0.72% 0.99% -
XYZ 68.21 75 16.84 -
YUV 215.52 46.45 154.02 -
System Red Green Blue C M Y K H S L
Decimal 252 225 71 0 0.11 0.72 0.01 51.05 0.97 0.63
Hex FC E1 47 0 B 48 1 33 61 3F
Octal 374 341 107 0 13 110 1 63 141 77
Binary 11111100 11100001 1000111 0 1011 1001000 1 110011 1100001 111111

Color Harmonies of #FCE147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE147

Black with #FCE147

Text Example


Text Example

White with #FCE147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE147; }

 p { color: rgb(252,225,71); }

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

background-color css

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

 a { background-color: rgb(252,225,71); }

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

border-color css

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

 span { border-color: rgb(252,225,71); }

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