Html Css Color HEX #FEE946 Paris Daisy

📋 copy color: '#FEE946'

red 254 ◦ green 233 ◦ blue 70

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

Shades of Paris Daisy #FEE946

Tints of Paris Daisy #FEE946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.57%

R = 45.6%
G = 41.83%
B = 12.57%

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

#FEE946 (or 0xFEE946) is known color: Paris Daisy. HEX triplet: FE, E9 and 46. RGB value is (254,233,70). Sum of RGB (Red+Green+Blue) = 254+233+70=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 233 (91.41% from 255 or 41.83% from 557); Blue value is 70 (27.73% from 255 or 12.57% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE946 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE946 is #0116B9. Grayscale: #DDDDDD. Windows color (decimal): -71354 or 4647422. OLE color: 4647422.

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

Color convert

RGB 254 233 70 -
CMYK 0 0.08 0.72 0.00
HSL 53.15º 0.99% 0.64% -
HSV(B) 53.15º 0.72% 1% -
XYZ 71.12 79.79 17.45 -
YUV 220.7 42.96 151.75 -
System Red Green Blue C M Y K H S L
Decimal 254 233 70 0 0.08 0.72 0.00 53.15 0.99 0.64
Hex FE E9 46 0 8 48 0 35 63 40
Octal 376 351 106 0 10 110 0 65 143 100
Binary 11111110 11101001 1000110 0 1000 1001000 0 110101 1100011 1000000

Color Harmonies of #FEE946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE946

Black with #FEE946

Text Example


Text Example

White with #FEE946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE946; }

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

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

background-color css

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

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

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

border-color css

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

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

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