Html Css Color HEX #FCE64F Paris Daisy

📋 copy color: '#FCE64F'

red 252 ◦ green 230 ◦ blue 79

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

Shades of Paris Daisy #FCE64F

Tints of Paris Daisy #FCE64F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41%

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

R = 44.92%
G = 41%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCE64F (or 0xFCE64F) is known color: Paris Daisy. HEX triplet: FC, E6 and 4F. RGB value is (252,230,79). Sum of RGB (Red+Green+Blue) = 252+230+79=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 79 (31.25% from 255 or 14.08% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE64F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE64F is #0319B0. Grayscale: #DBDBDB. Windows color (decimal): -203185 or 5236476. OLE color: 5236476.

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

Color convert

RGB 252 230 79 -
CMYK 0 0.09 0.69 0.01
HSL 52.37º 0.97% 0.65% -
HSV(B) 52.37º 0.69% 0.99% -
XYZ 69.85 77.85 18.74 -
YUV 219.36 48.79 151.28 -
System Red Green Blue C M Y K H S L
Decimal 252 230 79 0 0.09 0.69 0.01 52.37 0.97 0.65
Hex FC E6 4F 0 9 45 1 34 61 41
Octal 374 346 117 0 11 105 1 64 141 101
Binary 11111100 11100110 1001111 0 1001 1000101 1 110100 1100001 1000001

Color Harmonies of #FCE64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE64F

Black with #FCE64F

Text Example


Text Example

White with #FCE64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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