Html Css Color HEX #FCFC45 Paris Daisy

📋 copy color: '#FCFC45'

red 252 ◦ green 252 ◦ blue 69

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

Shades of Paris Daisy #FCFC45

Tints of Paris Daisy #FCFC45

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.98%

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

R = 43.98%
G = 43.98%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCFC45 (or 0xFCFC45) is known color: Paris Daisy. HEX triplet: FC, FC and 45. RGB value is (252,252,69). Sum of RGB (Red+Green+Blue) = 252+252+69=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 69 (27.34% from 255 or 12.04% from 573); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC45 is #0303BA. Grayscale: #E7E7E7. Windows color (decimal): -197563 or 4586748. OLE color: 4586748.

HSL color Cylindrical-coordinate representation of color #FCFC45: hue angle of 60º degrees, saturation: 0.97, 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 #FCFC45 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 252 69 -
CMYK 0 0 0.73 0.01
HSL 60º 0.97% 0.63% -
HSV(B) 60º 0.73% 0.99% -
XYZ 76.03 90.75 19.14 -
YUV 231.14 36.5 142.88 -
System Red Green Blue C M Y K H S L
Decimal 252 252 69 0 0 0.73 0.01 60 0.97 0.63
Hex FC FC 45 0 0 49 1 3C 61 3F
Octal 374 374 105 0 0 111 1 74 141 77
Binary 11111100 11111100 1000101 0 0 1001001 1 111100 1100001 111111

Color Harmonies of #FCFC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC45

Black with #FCFC45

Text Example


Text Example

White with #FCFC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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