Html Css Color HEX #FCF545 Paris Daisy

📋 copy color: '#FCF545'

red 252 ◦ green 245 ◦ blue 69

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

Shades of Paris Daisy #FCF545

Tints of Paris Daisy #FCF545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.19%

R = 44.52%
G = 43.29%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCF545 (or 0xFCF545) is known color: Paris Daisy. HEX triplet: FC, F5 and 45. RGB value is (252,245,69). Sum of RGB (Red+Green+Blue) = 252+245+69=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 69 (27.34% from 255 or 12.19% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF545 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF545 is #030ABA. Grayscale: #E3E3E3. Windows color (decimal): -199355 or 4584956. OLE color: 4584956.

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

Color convert

RGB 252 245 69 -
CMYK 0 0.03 0.73 0.01
HSL 57.7º 0.97% 0.63% -
HSV(B) 57.7º 0.73% 0.99% -
XYZ 73.87 86.43 18.42 -
YUV 227.03 38.82 145.81 -
System Red Green Blue C M Y K H S L
Decimal 252 245 69 0 0.03 0.73 0.01 57.7 0.97 0.63
Hex FC F5 45 0 3 49 1 3A 61 3F
Octal 374 365 105 0 3 111 1 72 141 77
Binary 11111100 11110101 1000101 0 11 1001001 1 111010 1100001 111111

Color Harmonies of #FCF545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF545

Black with #FCF545

Text Example


Text Example

White with #FCF545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF545; }

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

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

background-color css

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

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

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

border-color css

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

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

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