Html Css Color HEX #FCFC3F Paris Daisy

📋 copy color: '#FCFC3F'

red 252 ◦ green 252 ◦ blue 63

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

Shades of Paris Daisy #FCFC3F

Tints of Paris Daisy #FCFC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.11%

R = 44.44%
G = 44.44%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCFC3F (or 0xFCFC3F) is known color: Paris Daisy. HEX triplet: FC, FC and 3F. RGB value is (252,252,63). Sum of RGB (Red+Green+Blue) = 252+252+63=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 63 (25% from 255 or 11.11% from 567); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC3F is #0303C0. Grayscale: #E7E7E7. Windows color (decimal): -197569 or 4193532. OLE color: 4193532.

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

Color convert

RGB 252 252 63 -
CMYK 0 0 0.75 0.01
HSL 60º 0.97% 0.62% -
HSV(B) 60º 0.75% 0.99% -
XYZ 75.85 90.68 18.21 -
YUV 230.45 33.5 143.37 -
System Red Green Blue C M Y K H S L
Decimal 252 252 63 0 0 0.75 0.01 60 0.97 0.62
Hex FC FC 3F 0 0 4B 1 3C 61 3E
Octal 374 374 77 0 0 113 1 74 141 76
Binary 11111100 11111100 111111 0 0 1001011 1 111100 1100001 111110

Color Harmonies of #FCFC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC3F

Black with #FCFC3F

Text Example


Text Example

White with #FCFC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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