Html Css Color HEX #FCF54C Paris Daisy

📋 copy color: '#FCF54C'

red 252 ◦ green 245 ◦ blue 76

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

Shades of Paris Daisy #FCF54C

Tints of Paris Daisy #FCF54C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.76%

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

R = 43.98%
G = 42.76%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCF54C (or 0xFCF54C) is known color: Paris Daisy. HEX triplet: FC, F5 and 4C. RGB value is (252,245,76). Sum of RGB (Red+Green+Blue) = 252+245+76=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 245 (96.09% from 255 or 42.76% from 573); Blue value is 76 (30.08% from 255 or 13.26% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF54C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF54C is #030AB3. Grayscale: #E4E4E4. Windows color (decimal): -199348 or 5043708. OLE color: 5043708.

HSL color Cylindrical-coordinate representation of color #FCF54C: hue angle of 57.61º 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 #FCF54C is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 245 76 -
CMYK 0 0.03 0.70 0.01
HSL 57.61º 0.97% 0.64% -
HSV(B) 57.61º 0.7% 0.99% -
XYZ 74.1 86.52 19.63 -
YUV 227.83 42.32 145.24 -
System Red Green Blue C M Y K H S L
Decimal 252 245 76 0 0.03 0.70 0.01 57.61 0.97 0.64
Hex FC F5 4C 0 3 46 1 3A 61 40
Octal 374 365 114 0 3 106 1 72 141 100
Binary 11111100 11110101 1001100 0 11 1000110 1 111010 1100001 1000000

Color Harmonies of #FCF54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF54C

Black with #FCF54C

Text Example


Text Example

White with #FCF54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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