Html Css Color HEX #FEE94F Paris Daisy

📋 copy color: '#FEE94F'

red 254 ◦ green 233 ◦ blue 79

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

Shades of Paris Daisy #FEE94F

Tints of Paris Daisy #FEE94F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 13.96%

R = 44.88%
G = 41.17%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEE94F (or 0xFEE94F) is known color: Paris Daisy. HEX triplet: FE, E9 and 4F. RGB value is (254,233,79). Sum of RGB (Red+Green+Blue) = 254+233+79=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 79 (31.25% from 255 or 13.96% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE94F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE94F is #0116B0. Grayscale: #DEDEDE. Windows color (decimal): -71345 or 5237246. OLE color: 5237246.

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

Color convert

RGB 254 233 79 -
CMYK 0 0.08 0.69 0.00
HSL 52.8º 0.99% 0.65% -
HSV(B) 52.8º 0.69% 1% -
XYZ 71.42 79.91 19.06 -
YUV 221.72 47.46 151.02 -
System Red Green Blue C M Y K H S L
Decimal 254 233 79 0 0.08 0.69 0.00 52.8 0.99 0.65
Hex FE E9 4F 0 8 45 0 35 63 41
Octal 376 351 117 0 10 105 0 65 143 101
Binary 11111110 11101001 1001111 0 1000 1000101 0 110101 1100011 1000001

Color Harmonies of #FEE94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE94F

Black with #FEE94F

Text Example


Text Example

White with #FEE94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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