Html Css Color HEX #FCF54E Paris Daisy

📋 copy color: '#FCF54E'

red 252 ◦ green 245 ◦ blue 78

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

Shades of Paris Daisy #FCF54E

Tints of Paris Daisy #FCF54E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 13.57%

R = 43.83%
G = 42.61%
B = 13.57%

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

#FCF54E (or 0xFCF54E) is known color: Paris Daisy. HEX triplet: FC, F5 and 4E. RGB value is (252,245,78). Sum of RGB (Red+Green+Blue) = 252+245+78=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 245 (96.09% from 255 or 42.61% from 575); Blue value is 78 (30.86% from 255 or 13.57% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF54E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF54E is #030AB1. Grayscale: #E4E4E4. Windows color (decimal): -199346 or 5174780. OLE color: 5174780.

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

Color convert

RGB 252 245 78 -
CMYK 0 0.03 0.69 0.01
HSL 57.59º 0.97% 0.65% -
HSV(B) 57.59º 0.69% 0.99% -
XYZ 74.17 86.55 20 -
YUV 228.06 43.32 145.08 -
System Red Green Blue C M Y K H S L
Decimal 252 245 78 0 0.03 0.69 0.01 57.59 0.97 0.65
Hex FC F5 4E 0 3 45 1 3A 61 41
Octal 374 365 116 0 3 105 1 72 141 101
Binary 11111100 11110101 1001110 0 11 1000101 1 111010 1100001 1000001

Color Harmonies of #FCF54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF54E

Black with #FCF54E

Text Example


Text Example

White with #FCF54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF54E; }

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

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

background-color css

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

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

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

border-color css

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

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

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