Html Css Color HEX #FCF548 Paris Daisy

📋 copy color: '#FCF548'

red 252 ◦ green 245 ◦ blue 72

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

Shades of Paris Daisy #FCF548

Tints of Paris Daisy #FCF548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 12.65%

R = 44.29%
G = 43.06%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCF548 (or 0xFCF548) is known color: Paris Daisy. HEX triplet: FC, F5 and 48. RGB value is (252,245,72). Sum of RGB (Red+Green+Blue) = 252+245+72=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 245 (96.09% from 255 or 43.06% from 569); Blue value is 72 (28.52% from 255 or 12.65% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF548 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF548 is #030AB7. Grayscale: #E4E4E4. Windows color (decimal): -199352 or 4781564. OLE color: 4781564.

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

Color convert

RGB 252 245 72 -
CMYK 0 0.03 0.71 0.01
HSL 57.67º 0.97% 0.64% -
HSV(B) 57.67º 0.71% 0.99% -
XYZ 73.97 86.47 18.92 -
YUV 227.37 40.32 145.57 -
System Red Green Blue C M Y K H S L
Decimal 252 245 72 0 0.03 0.71 0.01 57.67 0.97 0.64
Hex FC F5 48 0 3 47 1 3A 61 40
Octal 374 365 110 0 3 107 1 72 141 100
Binary 11111100 11110101 1001000 0 11 1000111 1 111010 1100001 1000000

Color Harmonies of #FCF548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF548

Black with #FCF548

Text Example


Text Example

White with #FCF548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF548; }

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

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

background-color css

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

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

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

border-color css

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

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

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