Html Css Color HEX #FCE649 Paris Daisy

📋 copy color: '#FCE649'

red 252 ◦ green 230 ◦ blue 73

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

Shades of Paris Daisy #FCE649

Tints of Paris Daisy #FCE649

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.44%

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

R = 45.41%
G = 41.44%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCE649 (or 0xFCE649) is known color: Paris Daisy. HEX triplet: FC, E6 and 49. RGB value is (252,230,73). Sum of RGB (Red+Green+Blue) = 252+230+73=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 73 (28.91% from 255 or 13.15% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE649 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE649 is #0319B6. Grayscale: #DBDBDB. Windows color (decimal): -203191 or 4843260. OLE color: 4843260.

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

Color convert

RGB 252 230 73 -
CMYK 0 0.09 0.71 0.01
HSL 52.63º 0.97% 0.64% -
HSV(B) 52.63º 0.71% 0.99% -
XYZ 69.64 77.77 17.64 -
YUV 218.68 45.79 151.77 -
System Red Green Blue C M Y K H S L
Decimal 252 230 73 0 0.09 0.71 0.01 52.63 0.97 0.64
Hex FC E6 49 0 9 47 1 35 61 40
Octal 374 346 111 0 11 107 1 65 141 100
Binary 11111100 11100110 1001001 0 1001 1000111 1 110101 1100001 1000000

Color Harmonies of #FCE649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE649

Black with #FCE649

Text Example


Text Example

White with #FCE649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE649; }

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

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

background-color css

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

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

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

border-color css

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

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

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