Html Css Color HEX #FCE345 Paris Daisy

📋 copy color: '#FCE345'

red 252 ◦ green 227 ◦ blue 69

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

Shades of Paris Daisy #FCE345

Tints of Paris Daisy #FCE345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.59%

R = 45.99%
G = 41.42%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCE345 (or 0xFCE345) is known color: Paris Daisy. HEX triplet: FC, E3 and 45. RGB value is (252,227,69). Sum of RGB (Red+Green+Blue) = 252+227+69=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 69 (27.34% from 255 or 12.59% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE345 is #031CBA. Grayscale: #D9D9D9. Windows color (decimal): -203963 or 4580348. OLE color: 4580348.

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

Color convert

RGB 252 227 69 -
CMYK 0 0.10 0.73 0.01
HSL 51.8º 0.97% 0.63% -
HSV(B) 51.8º 0.73% 0.99% -
XYZ 68.69 76.06 16.69 -
YUV 216.46 44.78 153.35 -
System Red Green Blue C M Y K H S L
Decimal 252 227 69 0 0.10 0.73 0.01 51.8 0.97 0.63
Hex FC E3 45 0 A 49 1 34 61 3F
Octal 374 343 105 0 12 111 1 64 141 77
Binary 11111100 11100011 1000101 0 1010 1001001 1 110100 1100001 111111

Color Harmonies of #FCE345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE345

Black with #FCE345

Text Example


Text Example

White with #FCE345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE345; }

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

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

background-color css

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

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

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

border-color css

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

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

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