Html Css Color HEX #FEEC48 Paris Daisy

📋 copy color: '#FEEC48'

red 254 ◦ green 236 ◦ blue 72

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

Shades of Paris Daisy #FEEC48

Tints of Paris Daisy #FEEC48

RGB

 RED value IS 254 (99.61% from 255) = 45.2%

 GREEN value IS 236 (92.58% from 255) = 41.99%

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

R = 45.2%
G = 41.99%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEEC48 (or 0xFEEC48) is known color: Paris Daisy. HEX triplet: FE, EC and 48. RGB value is (254,236,72). Sum of RGB (Red+Green+Blue) = 254+236+72=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 72 (28.52% from 255 or 12.81% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEC48 is #0113B7. Grayscale: #DFDFDF. Windows color (decimal): -70584 or 4779262. OLE color: 4779262.

HSL color Cylindrical-coordinate representation of color #FEEC48: hue angle of 54.07º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FEEC48 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 236 72 -
CMYK 0 0.07 0.72 0.00
HSL 54.07º 0.99% 0.64% -
HSV(B) 54.07º 0.72% 1% -
XYZ 72.04 81.53 18.07 -
YUV 222.69 42.96 150.34 -
System Red Green Blue C M Y K H S L
Decimal 254 236 72 0 0.07 0.72 0.00 54.07 0.99 0.64
Hex FE EC 48 0 7 48 0 36 63 40
Octal 376 354 110 0 7 110 0 66 143 100
Binary 11111110 11101100 1001000 0 111 1001000 0 110110 1100011 1000000

Color Harmonies of #FEEC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEC48

Black with #FEEC48

Text Example


Text Example

White with #FEEC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEC48; }

 p { color: rgb(254,236,72); }

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

background-color css

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

 a { background-color: rgb(254,236,72); }

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

border-color css

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

 span { border-color: rgb(254,236,72); }

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