Html Css Color HEX #FCEC48 Paris Daisy

📋 copy color: '#FCEC48'

red 252 ◦ green 236 ◦ blue 72

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

Shades of Paris Daisy #FCEC48

Tints of Paris Daisy #FCEC48

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.14%

 BLUE value IS 72 (28.52% from 255) = 12.86%

R = 45%
G = 42.14%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCEC48 (or 0xFCEC48) is known color: Paris Daisy. HEX triplet: FC, EC and 48. RGB value is (252,236,72). Sum of RGB (Red+Green+Blue) = 252+236+72=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 72 (28.52% from 255 or 12.86% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEC48 is #0313B7. Grayscale: #DEDEDE. Windows color (decimal): -201656 or 4779260. OLE color: 4779260.

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

Color convert

RGB 252 236 72 -
CMYK 0 0.06 0.71 0.01
HSL 54.67º 0.97% 0.64% -
HSV(B) 54.67º 0.71% 0.99% -
XYZ 71.31 81.15 18.04 -
YUV 222.09 43.3 149.34 -
System Red Green Blue C M Y K H S L
Decimal 252 236 72 0 0.06 0.71 0.01 54.67 0.97 0.64
Hex FC EC 48 0 6 47 1 37 61 40
Octal 374 354 110 0 6 107 1 67 141 100
Binary 11111100 11101100 1001000 0 110 1000111 1 110111 1100001 1000000

Color Harmonies of #FCEC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC48

Black with #FCEC48

Text Example


Text Example

White with #FCEC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC48; }

 p { color: rgb(252,236,72); }

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

background-color css

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

 a { background-color: rgb(252,236,72); }

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

border-color css

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

 span { border-color: rgb(252,236,72); }

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