Html Css Color HEX #FCE34D Paris Daisy

📋 copy color: '#FCE34D'

red 252 ◦ green 227 ◦ blue 77

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

Shades of Paris Daisy #FCE34D

Tints of Paris Daisy #FCE34D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.85%

R = 45.32%
G = 40.83%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCE34D (or 0xFCE34D) is known color: Paris Daisy. HEX triplet: FC, E3 and 4D. RGB value is (252,227,77). Sum of RGB (Red+Green+Blue) = 252+227+77=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 227 (89.06% from 255 or 40.83% from 556); Blue value is 77 (30.47% from 255 or 13.85% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE34D is #031CB2. Grayscale: #DADADA. Windows color (decimal): -203955 or 5104636. OLE color: 5104636.

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

Color convert

RGB 252 227 77 -
CMYK 0 0.10 0.69 0.01
HSL 51.43º 0.97% 0.65% -
HSV(B) 51.43º 0.69% 0.99% -
XYZ 68.95 76.17 18.09 -
YUV 217.38 48.78 152.7 -
System Red Green Blue C M Y K H S L
Decimal 252 227 77 0 0.10 0.69 0.01 51.43 0.97 0.65
Hex FC E3 4D 0 A 45 1 33 61 41
Octal 374 343 115 0 12 105 1 63 141 101
Binary 11111100 11100011 1001101 0 1010 1000101 1 110011 1100001 1000001

Color Harmonies of #FCE34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE34D

Black with #FCE34D

Text Example


Text Example

White with #FCE34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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