Html Css Color HEX #FCE14C Paris Daisy

📋 copy color: '#FCE14C'

red 252 ◦ green 225 ◦ blue 76

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

Shades of Paris Daisy #FCE14C

Tints of Paris Daisy #FCE14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 13.74%

R = 45.57%
G = 40.69%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCE14C (or 0xFCE14C) is known color: Paris Daisy. HEX triplet: FC, E1 and 4C. RGB value is (252,225,76). Sum of RGB (Red+Green+Blue) = 252+225+76=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 76 (30.08% from 255 or 13.74% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE14C is #031EB3. Grayscale: #D8D8D8. Windows color (decimal): -204468 or 5038588. OLE color: 5038588.

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

Color convert

RGB 252 225 76 -
CMYK 0 0.11 0.70 0.01
HSL 50.8º 0.97% 0.64% -
HSV(B) 50.8º 0.7% 0.99% -
XYZ 68.37 75.07 17.72 -
YUV 216.09 48.95 153.62 -
System Red Green Blue C M Y K H S L
Decimal 252 225 76 0 0.11 0.70 0.01 50.8 0.97 0.64
Hex FC E1 4C 0 B 46 1 33 61 40
Octal 374 341 114 0 13 106 1 63 141 100
Binary 11111100 11100001 1001100 0 1011 1000110 1 110011 1100001 1000000

Color Harmonies of #FCE14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE14C

Black with #FCE14C

Text Example


Text Example

White with #FCE14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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