Html Css Color HEX #FCE245 Paris Daisy

📋 copy color: '#FCE245'

red 252 ◦ green 226 ◦ blue 69

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

Shades of Paris Daisy #FCE245

Tints of Paris Daisy #FCE245

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.32%

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

R = 46.07%
G = 41.32%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCE245 (or 0xFCE245) is known color: Paris Daisy. HEX triplet: FC, E2 and 45. RGB value is (252,226,69). Sum of RGB (Red+Green+Blue) = 252+226+69=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 69 (27.34% from 255 or 12.61% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE245 is #031DBA. Grayscale: #D8D8D8. Windows color (decimal): -204219 or 4580092. OLE color: 4580092.

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

Color convert

RGB 252 226 69 -
CMYK 0 0.10 0.73 0.01
HSL 51.48º 0.97% 0.63% -
HSV(B) 51.48º 0.73% 0.99% -
XYZ 68.42 75.52 16.6 -
YUV 215.88 45.11 153.77 -
System Red Green Blue C M Y K H S L
Decimal 252 226 69 0 0.10 0.73 0.01 51.48 0.97 0.63
Hex FC E2 45 0 A 49 1 33 61 3F
Octal 374 342 105 0 12 111 1 63 141 77
Binary 11111100 11100010 1000101 0 1010 1001001 1 110011 1100001 111111

Color Harmonies of #FCE245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE245

Black with #FCE245

Text Example


Text Example

White with #FCE245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE245; }

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

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

background-color css

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

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

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

border-color css

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

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

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