Html Css Color HEX #FCFD45 Paris Daisy

📋 copy color: '#FCFD45'

red 252 ◦ green 253 ◦ blue 69

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

Shades of Paris Daisy #FCFD45

Tints of Paris Daisy #FCFD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.02%

R = 43.9%
G = 44.08%
B = 12.02%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCFD45 (or 0xFCFD45) is known color: Paris Daisy. HEX triplet: FC, FD and 45. RGB value is (252,253,69). Sum of RGB (Red+Green+Blue) = 252+253+69=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 69 (27.34% from 255 or 12.02% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFD45 is #0302BA. Grayscale: #E8E8E8. Windows color (decimal): -197307 or 4587004. OLE color: 4587004.

HSL color Cylindrical-coordinate representation of color #FCFD45: 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.73%. Process color model (Four color, CMYK) of #FCFD45 is Cyan = 0.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 253 69 -
CMYK 0.00 0 0.73 0.01
HSL 60.33º 0.98% 0.63% -
HSV(B) 60.33º 0.73% 0.99% -
XYZ 76.34 91.38 19.24 -
YUV 231.73 36.17 142.46 -
System Red Green Blue C M Y K H S L
Decimal 252 253 69 0.00 0 0.73 0.01 60.33 0.98 0.63
Hex FC FD 45 0 0 49 1 3C 62 3F
Octal 374 375 105 0 0 111 1 74 142 77
Binary 11111100 11111101 1000101 0 0 1001001 1 111100 1100010 111111

Color Harmonies of #FCFD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD45

Black with #FCFD45

Text Example


Text Example

White with #FCFD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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