Html Css Color HEX #FCE14D Paris Daisy

📋 copy color: '#FCE14D'

red 252 ◦ green 225 ◦ blue 77

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

Shades of Paris Daisy #FCE14D

Tints of Paris Daisy #FCE14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.9%

R = 45.49%
G = 40.61%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCE14D (or 0xFCE14D) is known color: Paris Daisy. HEX triplet: FC, E1 and 4D. RGB value is (252,225,77). Sum of RGB (Red+Green+Blue) = 252+225+77=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 77 (30.47% from 255 or 13.90% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE14D is #031EB2. Grayscale: #D8D8D8. Windows color (decimal): -204467 or 5104124. OLE color: 5104124.

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

Color convert

RGB 252 225 77 -
CMYK 0 0.11 0.69 0.01
HSL 50.74º 0.97% 0.65% -
HSV(B) 50.74º 0.69% 0.99% -
XYZ 68.41 75.08 17.91 -
YUV 216.2 49.45 153.53 -
System Red Green Blue C M Y K H S L
Decimal 252 225 77 0 0.11 0.69 0.01 50.74 0.97 0.65
Hex FC E1 4D 0 B 45 1 33 61 41
Octal 374 341 115 0 13 105 1 63 141 101
Binary 11111100 11100001 1001101 0 1011 1000101 1 110011 1100001 1000001

Color Harmonies of #FCE14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE14D

Black with #FCE14D

Text Example


Text Example

White with #FCE14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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