Html Css Color HEX #FCE248 Paris Daisy

📋 copy color: '#FCE248'

red 252 ◦ green 226 ◦ blue 72

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

Shades of Paris Daisy #FCE248

Tints of Paris Daisy #FCE248

RGB

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

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

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

R = 45.82%
G = 41.09%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCE248 (or 0xFCE248) is known color: Paris Daisy. HEX triplet: FC, E2 and 48. RGB value is (252,226,72). Sum of RGB (Red+Green+Blue) = 252+226+72=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 72 (28.52% from 255 or 13.09% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE248 is #031DB7. Grayscale: #D8D8D8. Windows color (decimal): -204216 or 4776700. OLE color: 4776700.

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

Color convert

RGB 252 226 72 -
CMYK 0 0.10 0.71 0.01
HSL 51.33º 0.97% 0.64% -
HSV(B) 51.33º 0.71% 0.99% -
XYZ 68.51 75.56 17.1 -
YUV 216.22 46.61 153.52 -
System Red Green Blue C M Y K H S L
Decimal 252 226 72 0 0.10 0.71 0.01 51.33 0.97 0.64
Hex FC E2 48 0 A 47 1 33 61 40
Octal 374 342 110 0 12 107 1 63 141 100
Binary 11111100 11100010 1001000 0 1010 1000111 1 110011 1100001 1000000

Color Harmonies of #FCE248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE248

Black with #FCE248

Text Example


Text Example

White with #FCE248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE248; }

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

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

background-color css

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

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

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

border-color css

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

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

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