Html Css Color HEX #FCFC3D Paris Daisy

📋 copy color: '#FCFC3D'

red 252 ◦ green 252 ◦ blue 61

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

Shades of Paris Daisy #FCFC3D

Tints of Paris Daisy #FCFC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 10.8%

R = 44.6%
G = 44.6%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCFC3D (or 0xFCFC3D) is known color: Paris Daisy. HEX triplet: FC, FC and 3D. RGB value is (252,252,61). Sum of RGB (Red+Green+Blue) = 252+252+61=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 61 (24.22% from 255 or 10.80% from 565); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC3D is #0303C2. Grayscale: #E6E6E6. Windows color (decimal): -197571 or 4062460. OLE color: 4062460.

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

Color convert

RGB 252 252 61 -
CMYK 0 0 0.76 0.01
HSL 60º 0.97% 0.61% -
HSV(B) 60º 0.76% 0.99% -
XYZ 75.8 90.65 17.92 -
YUV 230.23 32.5 143.53 -
System Red Green Blue C M Y K H S L
Decimal 252 252 61 0 0 0.76 0.01 60 0.97 0.61
Hex FC FC 3D 0 0 4C 1 3C 61 3D
Octal 374 374 75 0 0 114 1 74 141 75
Binary 11111100 11111100 111101 0 0 1001100 1 111100 1100001 111101

Color Harmonies of #FCFC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC3D

Black with #FCFC3D

Text Example


Text Example

White with #FCFC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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