Html Css Color HEX #FEE948 Paris Daisy

📋 copy color: '#FEE948'

red 254 ◦ green 233 ◦ blue 72

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

Shades of Paris Daisy #FEE948

Tints of Paris Daisy #FEE948

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.68%

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

R = 45.44%
G = 41.68%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEE948 (or 0xFEE948) is known color: Paris Daisy. HEX triplet: FE, E9 and 48. RGB value is (254,233,72). Sum of RGB (Red+Green+Blue) = 254+233+72=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 72 (28.52% from 255 or 12.88% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE948 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE948 is #0116B7. Grayscale: #DDDDDD. Windows color (decimal): -71352 or 4778494. OLE color: 4778494.

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

Color convert

RGB 254 233 72 -
CMYK 0 0.08 0.72 0.00
HSL 53.08º 0.99% 0.64% -
HSV(B) 53.08º 0.72% 1% -
XYZ 71.18 79.82 17.79 -
YUV 220.93 43.96 151.59 -
System Red Green Blue C M Y K H S L
Decimal 254 233 72 0 0.08 0.72 0.00 53.08 0.99 0.64
Hex FE E9 48 0 8 48 0 35 63 40
Octal 376 351 110 0 10 110 0 65 143 100
Binary 11111110 11101001 1001000 0 1000 1001000 0 110101 1100011 1000000

Color Harmonies of #FEE948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE948

Black with #FEE948

Text Example


Text Example

White with #FEE948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE948; }

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

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

background-color css

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

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

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

border-color css

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

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

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