Html Css Color HEX #FCFD42 Paris Daisy

📋 copy color: '#FCFD42'

red 252 ◦ green 253 ◦ blue 66

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

Shades of Paris Daisy #FCFD42

Tints of Paris Daisy #FCFD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 11.56%

R = 44.13%
G = 44.31%
B = 11.56%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCFD42 (or 0xFCFD42) is known color: Paris Daisy. HEX triplet: FC, FD and 42. RGB value is (252,253,66). Sum of RGB (Red+Green+Blue) = 252+253+66=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 66 (26.17% from 255 or 11.56% from 571); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFD42 is #0302BD. Grayscale: #E8E8E8. Windows color (decimal): -197310 or 4390396. OLE color: 4390396.

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

Color convert

RGB 252 253 66 -
CMYK 0.00 0 0.74 0.01
HSL 60.32º 0.98% 0.63% -
HSV(B) 60.32º 0.74% 0.99% -
XYZ 76.25 91.34 18.77 -
YUV 231.38 34.67 142.71 -
System Red Green Blue C M Y K H S L
Decimal 252 253 66 0.00 0 0.74 0.01 60.32 0.98 0.63
Hex FC FD 42 0 0 4A 1 3C 62 3F
Octal 374 375 102 0 0 112 1 74 142 77
Binary 11111100 11111101 1000010 0 0 1001010 1 111100 1100010 111111

Color Harmonies of #FCFD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD42

Black with #FCFD42

Text Example


Text Example

White with #FCFD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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