Html Css Color HEX #FCF540 Paris Daisy

📋 copy color: '#FCF540'

red 252 ◦ green 245 ◦ blue 64

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

Shades of Paris Daisy #FCF540

Tints of Paris Daisy #FCF540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.41%

R = 44.92%
G = 43.67%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCF540 (or 0xFCF540) is known color: Paris Daisy. HEX triplet: FC, F5 and 40. RGB value is (252,245,64). Sum of RGB (Red+Green+Blue) = 252+245+64=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 245 (96.09% from 255 or 43.67% from 561); Blue value is 64 (25.39% from 255 or 11.41% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF540 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF540 is #030ABF. Grayscale: #E3E3E3. Windows color (decimal): -199360 or 4257276. OLE color: 4257276.

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

Color convert

RGB 252 245 64 -
CMYK 0 0.03 0.75 0.01
HSL 57.77º 0.97% 0.62% -
HSV(B) 57.77º 0.75% 0.99% -
XYZ 73.72 86.37 17.64 -
YUV 226.46 36.32 146.22 -
System Red Green Blue C M Y K H S L
Decimal 252 245 64 0 0.03 0.75 0.01 57.77 0.97 0.62
Hex FC F5 40 0 3 4B 1 3A 61 3E
Octal 374 365 100 0 3 113 1 72 141 76
Binary 11111100 11110101 1000000 0 11 1001011 1 111010 1100001 111110

Color Harmonies of #FCF540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF540

Black with #FCF540

Text Example


Text Example

White with #FCF540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF540; }

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

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

background-color css

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

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

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

border-color css

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

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

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