Html Css Color HEX #FCE64C Paris Daisy

📋 copy color: '#FCE64C'

red 252 ◦ green 230 ◦ blue 76

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

Shades of Paris Daisy #FCE64C

Tints of Paris Daisy #FCE64C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 13.62%

R = 45.16%
G = 41.22%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCE64C (or 0xFCE64C) is known color: Paris Daisy. HEX triplet: FC, E6 and 4C. RGB value is (252,230,76). Sum of RGB (Red+Green+Blue) = 252+230+76=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 76 (30.08% from 255 or 13.62% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE64C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE64C is #0319B3. Grayscale: #DBDBDB. Windows color (decimal): -203188 or 5039868. OLE color: 5039868.

HSL color Cylindrical-coordinate representation of color #FCE64C: hue angle of 52.5º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCE64C is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 230 76 -
CMYK 0 0.09 0.70 0.01
HSL 52.5º 0.97% 0.64% -
HSV(B) 52.5º 0.7% 0.99% -
XYZ 69.75 77.81 18.18 -
YUV 219.02 47.29 151.52 -
System Red Green Blue C M Y K H S L
Decimal 252 230 76 0 0.09 0.70 0.01 52.5 0.97 0.64
Hex FC E6 4C 0 9 46 1 34 61 40
Octal 374 346 114 0 11 106 1 64 141 100
Binary 11111100 11100110 1001100 0 1001 1000110 1 110100 1100001 1000000

Color Harmonies of #FCE64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE64C

Black with #FCE64C

Text Example


Text Example

White with #FCE64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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