Html Css Color HEX #FCF54D Paris Daisy

📋 copy color: '#FCF54D'

red 252 ◦ green 245 ◦ blue 77

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

Shades of Paris Daisy #FCF54D

Tints of Paris Daisy #FCF54D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.41%

R = 43.9%
G = 42.68%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCF54D (or 0xFCF54D) is known color: Paris Daisy. HEX triplet: FC, F5 and 4D. RGB value is (252,245,77). Sum of RGB (Red+Green+Blue) = 252+245+77=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 245 (96.09% from 255 or 42.68% from 574); Blue value is 77 (30.47% from 255 or 13.41% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF54D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF54D is #030AB2. Grayscale: #E4E4E4. Windows color (decimal): -199347 or 5109244. OLE color: 5109244.

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

Color convert

RGB 252 245 77 -
CMYK 0 0.03 0.69 0.01
HSL 57.6º 0.97% 0.65% -
HSV(B) 57.6º 0.69% 0.99% -
XYZ 74.14 86.54 19.82 -
YUV 227.94 42.82 145.16 -
System Red Green Blue C M Y K H S L
Decimal 252 245 77 0 0.03 0.69 0.01 57.6 0.97 0.65
Hex FC F5 4D 0 3 45 1 3A 61 41
Octal 374 365 115 0 3 105 1 72 141 101
Binary 11111100 11110101 1001101 0 11 1000101 1 111010 1100001 1000001

Color Harmonies of #FCF54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF54D

Black with #FCF54D

Text Example


Text Example

White with #FCF54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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