Html Css Color HEX #FCEA49 Paris Daisy

📋 copy color: '#FCEA49'

red 252 ◦ green 234 ◦ blue 73

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

Shades of Paris Daisy #FCEA49

Tints of Paris Daisy #FCEA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.06%

R = 45.08%
G = 41.86%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCEA49 (or 0xFCEA49) is known color: Paris Daisy. HEX triplet: FC, EA and 49. RGB value is (252,234,73). Sum of RGB (Red+Green+Blue) = 252+234+73=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 73 (28.91% from 255 or 13.06% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA49 is #0315B6. Grayscale: #DDDDDD. Windows color (decimal): -202167 or 4844284. OLE color: 4844284.

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

Color convert

RGB 252 234 73 -
CMYK 0 0.07 0.71 0.01
HSL 53.97º 0.97% 0.64% -
HSV(B) 53.97º 0.71% 0.99% -
XYZ 70.77 80.02 18.02 -
YUV 221.03 44.46 150.09 -
System Red Green Blue C M Y K H S L
Decimal 252 234 73 0 0.07 0.71 0.01 53.97 0.97 0.64
Hex FC EA 49 0 7 47 1 36 61 40
Octal 374 352 111 0 7 107 1 66 141 100
Binary 11111100 11101010 1001001 0 111 1000111 1 110110 1100001 1000000

Color Harmonies of #FCEA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA49

Black with #FCEA49

Text Example


Text Example

White with #FCEA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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