Html Css Color HEX #FCE34F Paris Daisy

📋 copy color: '#FCE34F'

red 252 ◦ green 227 ◦ blue 79

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

Shades of Paris Daisy #FCE34F

Tints of Paris Daisy #FCE34F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.16%

R = 45.16%
G = 40.68%
B = 14.16%

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

#FCE34F (or 0xFCE34F) is known color: Paris Daisy. HEX triplet: FC, E3 and 4F. RGB value is (252,227,79). Sum of RGB (Red+Green+Blue) = 252+227+79=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 79 (31.25% from 255 or 14.16% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE34F is #031CB0. Grayscale: #DADADA. Windows color (decimal): -203953 or 5235708. OLE color: 5235708.

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

Color convert

RGB 252 227 79 -
CMYK 0 0.10 0.69 0.01
HSL 51.33º 0.97% 0.65% -
HSV(B) 51.33º 0.69% 0.99% -
XYZ 69.03 76.2 18.47 -
YUV 217.6 49.78 152.53 -
System Red Green Blue C M Y K H S L
Decimal 252 227 79 0 0.10 0.69 0.01 51.33 0.97 0.65
Hex FC E3 4F 0 A 45 1 33 61 41
Octal 374 343 117 0 12 105 1 63 141 101
Binary 11111100 11100011 1001111 0 1010 1000101 1 110011 1100001 1000001

Color Harmonies of #FCE34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE34F

Black with #FCE34F

Text Example


Text Example

White with #FCE34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE34F; }

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

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

background-color css

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

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

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

border-color css

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

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

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