Html Css Color HEX #FCEC4A Paris Daisy

📋 copy color: '#FCEC4A'

red 252 ◦ green 236 ◦ blue 74

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

Shades of Paris Daisy #FCEC4A

Tints of Paris Daisy #FCEC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.17%

R = 44.84%
G = 41.99%
B = 13.17%

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

#FCEC4A (or 0xFCEC4A) is known color: Paris Daisy. HEX triplet: FC, EC and 4A. RGB value is (252,236,74). Sum of RGB (Red+Green+Blue) = 252+236+74=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 74 (29.30% from 255 or 13.17% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEC4A is #0313B5. Grayscale: #DEDEDE. Windows color (decimal): -201654 or 4910332. OLE color: 4910332.

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

Color convert

RGB 252 236 74 -
CMYK 0 0.06 0.71 0.01
HSL 54.61º 0.97% 0.64% -
HSV(B) 54.61º 0.71% 0.99% -
XYZ 71.38 81.18 18.39 -
YUV 222.32 44.3 149.17 -
System Red Green Blue C M Y K H S L
Decimal 252 236 74 0 0.06 0.71 0.01 54.61 0.97 0.64
Hex FC EC 4A 0 6 47 1 37 61 40
Octal 374 354 112 0 6 107 1 67 141 100
Binary 11111100 11101100 1001010 0 110 1000111 1 110111 1100001 1000000

Color Harmonies of #FCEC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC4A

Black with #FCEC4A

Text Example


Text Example

White with #FCEC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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