Html Css Color HEX #FCF04C Paris Daisy

📋 copy color: '#FCF04C'

red 252 ◦ green 240 ◦ blue 76

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

Shades of Paris Daisy #FCF04C

Tints of Paris Daisy #FCF04C

RGB

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

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

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

R = 44.37%
G = 42.25%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCF04C (or 0xFCF04C) is known color: Paris Daisy. HEX triplet: FC, F0 and 4C. RGB value is (252,240,76). Sum of RGB (Red+Green+Blue) = 252+240+76=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 76 (30.08% from 255 or 13.38% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF04C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF04C is #030FB3. Grayscale: #E1E1E1. Windows color (decimal): -200628 or 5042428. OLE color: 5042428.

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

Color convert

RGB 252 240 76 -
CMYK 0 0.05 0.70 0.01
HSL 55.91º 0.97% 0.64% -
HSV(B) 55.91º 0.7% 0.99% -
XYZ 72.61 83.54 19.13 -
YUV 224.89 43.98 147.34 -
System Red Green Blue C M Y K H S L
Decimal 252 240 76 0 0.05 0.70 0.01 55.91 0.97 0.64
Hex FC F0 4C 0 5 46 1 38 61 40
Octal 374 360 114 0 5 106 1 70 141 100
Binary 11111100 11110000 1001100 0 101 1000110 1 111000 1100001 1000000

Color Harmonies of #FCF04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF04C

Black with #FCF04C

Text Example


Text Example

White with #FCF04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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