Html Css Color HEX #FCFD40 Paris Daisy

📋 copy color: '#FCFD40'

red 252 ◦ green 253 ◦ blue 64

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

Shades of Paris Daisy #FCFD40

Tints of Paris Daisy #FCFD40

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.46%

 BLUE value IS 64 (25.39% from 255) = 11.25%

R = 44.29%
G = 44.46%
B = 11.25%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCFD40 (or 0xFCFD40) is known color: Paris Daisy. HEX triplet: FC, FD and 40. RGB value is (252,253,64). Sum of RGB (Red+Green+Blue) = 252+253+64=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 64 (25.39% from 255 or 11.25% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFD40 is #0302BF. Grayscale: #E7E7E7. Windows color (decimal): -197312 or 4259324. OLE color: 4259324.

HSL color Cylindrical-coordinate representation of color #FCFD40: hue angle of 60.32º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCFD40 is Cyan = 0.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 253 64 -
CMYK 0.00 0 0.75 0.01
HSL 60.32º 0.98% 0.62% -
HSV(B) 60.32º 0.75% 0.99% -
XYZ 76.2 91.32 18.46 -
YUV 231.16 33.67 142.87 -
System Red Green Blue C M Y K H S L
Decimal 252 253 64 0.00 0 0.75 0.01 60.32 0.98 0.62
Hex FC FD 40 0 0 4B 1 3C 62 3E
Octal 374 375 100 0 0 113 1 74 142 76
Binary 11111100 11111101 1000000 0 0 1001011 1 111100 1100010 111110

Color Harmonies of #FCFD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD40

Black with #FCFD40

Text Example


Text Example

White with #FCFD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD40; }

 p { color: rgb(252,253,64); }

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

background-color css

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

 a { background-color: rgb(252,253,64); }

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

border-color css

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

 span { border-color: rgb(252,253,64); }

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