Html Css Color HEX #FCEC42 Paris Daisy

📋 copy color: '#FCEC42'

red 252 ◦ green 236 ◦ blue 66

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

Shades of Paris Daisy #FCEC42

Tints of Paris Daisy #FCEC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 11.91%

R = 45.49%
G = 42.6%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCEC42 (or 0xFCEC42) is known color: Paris Daisy. HEX triplet: FC, EC and 42. RGB value is (252,236,66). Sum of RGB (Red+Green+Blue) = 252+236+66=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 66 (26.17% from 255 or 11.91% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEC42 is #0313BD. Grayscale: #DEDEDE. Windows color (decimal): -201662 or 4386044. OLE color: 4386044.

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

Color convert

RGB 252 236 66 -
CMYK 0 0.06 0.74 0.01
HSL 54.84º 0.97% 0.62% -
HSV(B) 54.84º 0.74% 0.99% -
XYZ 71.12 81.08 17.06 -
YUV 221.4 40.3 149.82 -
System Red Green Blue C M Y K H S L
Decimal 252 236 66 0 0.06 0.74 0.01 54.84 0.97 0.62
Hex FC EC 42 0 6 4A 1 37 61 3E
Octal 374 354 102 0 6 112 1 67 141 76
Binary 11111100 11101100 1000010 0 110 1001010 1 110111 1100001 111110

Color Harmonies of #FCEC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC42

Black with #FCEC42

Text Example


Text Example

White with #FCEC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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