Html Css Color HEX #FCFD46 Paris Daisy

📋 copy color: '#FCFD46'

red 252 ◦ green 253 ◦ blue 70

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

Shades of Paris Daisy #FCFD46

Tints of Paris Daisy #FCFD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.17%

R = 43.83%
G = 44%
B = 12.17%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCFD46 (or 0xFCFD46) is known color: Paris Daisy. HEX triplet: FC, FD and 46. RGB value is (252,253,70). Sum of RGB (Red+Green+Blue) = 252+253+70=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 70 (27.73% from 255 or 12.17% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFD46 is #0302B9. Grayscale: #E8E8E8. Windows color (decimal): -197306 or 4652540. OLE color: 4652540.

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

Color convert

RGB 252 253 70 -
CMYK 0.00 0 0.72 0.01
HSL 60.33º 0.98% 0.63% -
HSV(B) 60.33º 0.72% 0.99% -
XYZ 76.38 91.39 19.41 -
YUV 231.84 36.67 142.38 -
System Red Green Blue C M Y K H S L
Decimal 252 253 70 0.00 0 0.72 0.01 60.33 0.98 0.63
Hex FC FD 46 0 0 48 1 3C 62 3F
Octal 374 375 106 0 0 110 1 74 142 77
Binary 11111100 11111101 1000110 0 0 1001000 1 111100 1100010 111111

Color Harmonies of #FCFD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD46

Black with #FCFD46

Text Example


Text Example

White with #FCFD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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