Html Css Color HEX #FCE346 Paris Daisy

📋 copy color: '#FCE346'

red 252 ◦ green 227 ◦ blue 70

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

Shades of Paris Daisy #FCE346

Tints of Paris Daisy #FCE346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.75%

R = 45.9%
G = 41.35%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCE346 (or 0xFCE346) is known color: Paris Daisy. HEX triplet: FC, E3 and 46. RGB value is (252,227,70). Sum of RGB (Red+Green+Blue) = 252+227+70=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 70 (27.73% from 255 or 12.75% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE346 is #031CB9. Grayscale: #D9D9D9. Windows color (decimal): -203962 or 4645884. OLE color: 4645884.

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

Color convert

RGB 252 227 70 -
CMYK 0 0.10 0.72 0.01
HSL 51.76º 0.97% 0.63% -
HSV(B) 51.76º 0.72% 0.99% -
XYZ 68.72 76.08 16.86 -
YUV 216.58 45.28 153.27 -
System Red Green Blue C M Y K H S L
Decimal 252 227 70 0 0.10 0.72 0.01 51.76 0.97 0.63
Hex FC E3 46 0 A 48 1 34 61 3F
Octal 374 343 106 0 12 110 1 64 141 77
Binary 11111100 11100011 1000110 0 1010 1001000 1 110100 1100001 111111

Color Harmonies of #FCE346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE346

Black with #FCE346

Text Example


Text Example

White with #FCE346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE346; }

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

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

background-color css

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

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

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

border-color css

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

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

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