Html Css Color HEX #FEE048 Paris Daisy

📋 copy color: '#FEE048'

red 254 ◦ green 224 ◦ blue 72

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

Shades of Paris Daisy #FEE048

Tints of Paris Daisy #FEE048

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.73%

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

R = 46.18%
G = 40.73%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEE048 (or 0xFEE048) is known color: Paris Daisy. HEX triplet: FE, E0 and 48. RGB value is (254,224,72). Sum of RGB (Red+Green+Blue) = 254+224+72=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 72 (28.52% from 255 or 13.09% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE048 is #011FB7. Grayscale: #D8D8D8. Windows color (decimal): -73656 or 4776190. OLE color: 4776190.

HSL color Cylindrical-coordinate representation of color #FEE048: hue angle of 50.11º 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 #FEE048 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 224 72 -
CMYK 0 0.12 0.72 0.00
HSL 50.11º 0.99% 0.64% -
HSV(B) 50.11º 0.72% 1% -
XYZ 68.7 74.85 16.96 -
YUV 215.64 46.94 155.36 -
System Red Green Blue C M Y K H S L
Decimal 254 224 72 0 0.12 0.72 0.00 50.11 0.99 0.64
Hex FE E0 48 0 C 48 0 32 63 40
Octal 376 340 110 0 14 110 0 62 143 100
Binary 11111110 11100000 1001000 0 1100 1001000 0 110010 1100011 1000000

Color Harmonies of #FEE048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE048

Black with #FEE048

Text Example


Text Example

White with #FEE048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE048; }

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

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

background-color css

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

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

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

border-color css

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

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

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