Html Css Color HEX #FCF04D Paris Daisy

📋 copy color: '#FCF04D'

red 252 ◦ green 240 ◦ blue 77

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

Shades of Paris Daisy #FCF04D

Tints of Paris Daisy #FCF04D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.18%

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

R = 44.29%
G = 42.18%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCF04D (or 0xFCF04D) is known color: Paris Daisy. HEX triplet: FC, F0 and 4D. RGB value is (252,240,77). Sum of RGB (Red+Green+Blue) = 252+240+77=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 77 (30.47% from 255 or 13.53% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF04D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF04D is #030FB2. Grayscale: #E1E1E1. Windows color (decimal): -200627 or 5107964. OLE color: 5107964.

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

Color convert

RGB 252 240 77 -
CMYK 0 0.05 0.69 0.01
HSL 55.89º 0.97% 0.65% -
HSV(B) 55.89º 0.69% 0.99% -
XYZ 72.64 83.55 19.32 -
YUV 225.01 44.48 147.25 -
System Red Green Blue C M Y K H S L
Decimal 252 240 77 0 0.05 0.69 0.01 55.89 0.97 0.65
Hex FC F0 4D 0 5 45 1 38 61 41
Octal 374 360 115 0 5 105 1 70 141 101
Binary 11111100 11110000 1001101 0 101 1000101 1 111000 1100001 1000001

Color Harmonies of #FCF04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF04D

Black with #FCF04D

Text Example


Text Example

White with #FCF04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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