Html Css Color HEX #FCEC46 Paris Daisy

📋 copy color: '#FCEC46'

red 252 ◦ green 236 ◦ blue 70

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

Shades of Paris Daisy #FCEC46

Tints of Paris Daisy #FCEC46

RGB

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

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

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

R = 45.16%
G = 42.29%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCEC46 (or 0xFCEC46) is known color: Paris Daisy. HEX triplet: FC, EC and 46. RGB value is (252,236,70). Sum of RGB (Red+Green+Blue) = 252+236+70=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 70 (27.73% from 255 or 12.54% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEC46 is #0313B9. Grayscale: #DEDEDE. Windows color (decimal): -201658 or 4648188. OLE color: 4648188.

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

Color convert

RGB 252 236 70 -
CMYK 0 0.06 0.72 0.01
HSL 54.73º 0.97% 0.63% -
HSV(B) 54.73º 0.72% 0.99% -
XYZ 71.25 81.13 17.7 -
YUV 221.86 42.3 149.5 -
System Red Green Blue C M Y K H S L
Decimal 252 236 70 0 0.06 0.72 0.01 54.73 0.97 0.63
Hex FC EC 46 0 6 48 1 37 61 3F
Octal 374 354 106 0 6 110 1 67 141 77
Binary 11111100 11101100 1000110 0 110 1001000 1 110111 1100001 111111

Color Harmonies of #FCEC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC46

Black with #FCEC46

Text Example


Text Example

White with #FCEC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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