Html Css Color HEX #FCF64C Paris Daisy

📋 copy color: '#FCF64C'

red 252 ◦ green 246 ◦ blue 76

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

Shades of Paris Daisy #FCF64C

Tints of Paris Daisy #FCF64C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.86%

 BLUE value IS 76 (30.08% from 255) = 13.24%

R = 43.9%
G = 42.86%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCF64C (or 0xFCF64C) is known color: Paris Daisy. HEX triplet: FC, F6 and 4C. RGB value is (252,246,76). Sum of RGB (Red+Green+Blue) = 252+246+76=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 246 (96.48% from 255 or 42.86% from 574); Blue value is 76 (30.08% from 255 or 13.24% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF64C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF64C is #0309B3. Grayscale: #E5E5E5. Windows color (decimal): -199092 or 5043964. OLE color: 5043964.

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

Color convert

RGB 252 246 76 -
CMYK 0 0.02 0.70 0.01
HSL 57.95º 0.97% 0.64% -
HSV(B) 57.95º 0.7% 0.99% -
XYZ 74.41 87.13 19.73 -
YUV 228.41 41.99 144.82 -
System Red Green Blue C M Y K H S L
Decimal 252 246 76 0 0.02 0.70 0.01 57.95 0.97 0.64
Hex FC F6 4C 0 2 46 1 3A 61 40
Octal 374 366 114 0 2 106 1 72 141 100
Binary 11111100 11110110 1001100 0 10 1000110 1 111010 1100001 1000000

Color Harmonies of #FCF64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF64C

Black with #FCF64C

Text Example


Text Example

White with #FCF64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF64C; }

 p { color: rgb(252,246,76); }

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

background-color css

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

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

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

border-color css

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

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

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