Html Css Color HEX #FCE354 Paris Daisy

📋 copy color: '#FCE354'

red 252 ◦ green 227 ◦ blue 84

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

Shades of Paris Daisy #FCE354

Tints of Paris Daisy #FCE354

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.32%

 BLUE value IS 84 (33.2% from 255) = 14.92%

R = 44.76%
G = 40.32%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCE354 (or 0xFCE354) is known color: Paris Daisy. HEX triplet: FC, E3 and 54. RGB value is (252,227,84). Sum of RGB (Red+Green+Blue) = 252+227+84=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 84 (33.20% from 255 or 14.92% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE354 is #031CAB. Grayscale: #DADADA. Windows color (decimal): -203948 or 5563388. OLE color: 5563388.

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

Color convert

RGB 252 227 84 -
CMYK 0 0.10 0.67 0.01
HSL 51.07º 0.97% 0.66% -
HSV(B) 51.07º 0.67% 0.99% -
XYZ 69.21 76.27 19.46 -
YUV 218.17 52.28 152.13 -
System Red Green Blue C M Y K H S L
Decimal 252 227 84 0 0.10 0.67 0.01 51.07 0.97 0.66
Hex FC E3 54 0 A 43 1 33 61 42
Octal 374 343 124 0 12 103 1 63 141 102
Binary 11111100 11100011 1010100 0 1010 1000011 1 110011 1100001 1000010

Color Harmonies of #FCE354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE354

Black with #FCE354

Text Example


Text Example

White with #FCE354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE354; }

 p { color: rgb(252,227,84); }

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

background-color css

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

 a { background-color: rgb(252,227,84); }

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

border-color css

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

 span { border-color: rgb(252,227,84); }

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