Html Css Color HEX #FCFC4F Paris Daisy

📋 copy color: '#FCFC4F'

red 252 ◦ green 252 ◦ blue 79

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

Shades of Paris Daisy #FCFC4F

Tints of Paris Daisy #FCFC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 13.55%

R = 43.22%
G = 43.22%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCFC4F (or 0xFCFC4F) is known color: Paris Daisy. HEX triplet: FC, FC and 4F. RGB value is (252,252,79). Sum of RGB (Red+Green+Blue) = 252+252+79=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 79 (31.25% from 255 or 13.55% from 583); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC4F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC4F is #0303B0. Grayscale: #E8E8E8. Windows color (decimal): -197553 or 5242108. OLE color: 5242108.

HSL color Cylindrical-coordinate representation of color #FCFC4F: hue angle of 60º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCFC4F is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 252 79 -
CMYK 0 0 0.69 0.01
HSL 60º 0.97% 0.65% -
HSV(B) 60º 0.69% 0.99% -
XYZ 76.37 90.88 20.91 -
YUV 232.28 41.5 142.07 -
System Red Green Blue C M Y K H S L
Decimal 252 252 79 0 0 0.69 0.01 60 0.97 0.65
Hex FC FC 4F 0 0 45 1 3C 61 41
Octal 374 374 117 0 0 105 1 74 141 101
Binary 11111100 11111100 1001111 0 0 1000101 1 111100 1100001 1000001

Color Harmonies of #FCFC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC4F

Black with #FCFC4F

Text Example


Text Example

White with #FCFC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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