Html Css Color HEX #FCEA4D Paris Daisy

📋 copy color: '#FCEA4D'

red 252 ◦ green 234 ◦ blue 77

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

Shades of Paris Daisy #FCEA4D

Tints of Paris Daisy #FCEA4D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.56%

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

R = 44.76%
G = 41.56%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCEA4D (or 0xFCEA4D) is known color: Paris Daisy. HEX triplet: FC, EA and 4D. RGB value is (252,234,77). Sum of RGB (Red+Green+Blue) = 252+234+77=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 77 (30.47% from 255 or 13.68% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA4D is #0315B2. Grayscale: #DEDEDE. Windows color (decimal): -202163 or 5106428. OLE color: 5106428.

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

Color convert

RGB 252 234 77 -
CMYK 0 0.07 0.69 0.01
HSL 53.83º 0.97% 0.65% -
HSV(B) 53.83º 0.69% 0.99% -
XYZ 70.91 80.08 18.74 -
YUV 221.48 46.46 149.77 -
System Red Green Blue C M Y K H S L
Decimal 252 234 77 0 0.07 0.69 0.01 53.83 0.97 0.65
Hex FC EA 4D 0 7 45 1 36 61 41
Octal 374 352 115 0 7 105 1 66 141 101
Binary 11111100 11101010 1001101 0 111 1000101 1 110110 1100001 1000001

Color Harmonies of #FCEA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA4D

Black with #FCEA4D

Text Example


Text Example

White with #FCEA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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