Html Css Color HEX #FEE944 Paris Daisy

📋 copy color: '#FEE944'

red 254 ◦ green 233 ◦ blue 68

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

Shades of Paris Daisy #FEE944

Tints of Paris Daisy #FEE944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.25%

R = 45.77%
G = 41.98%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEE944 (or 0xFEE944) is known color: Paris Daisy. HEX triplet: FE, E9 and 44. RGB value is (254,233,68). Sum of RGB (Red+Green+Blue) = 254+233+68=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 233 (91.41% from 255 or 41.98% from 555); Blue value is 68 (26.95% from 255 or 12.25% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE944 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE944 is #0116BB. Grayscale: #DDDDDD. Windows color (decimal): -71356 or 4516350. OLE color: 4516350.

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

Color convert

RGB 254 233 68 -
CMYK 0 0.08 0.73 0.00
HSL 53.23º 0.99% 0.63% -
HSV(B) 53.23º 0.73% 1% -
XYZ 71.06 79.77 17.12 -
YUV 220.47 41.96 151.92 -
System Red Green Blue C M Y K H S L
Decimal 254 233 68 0 0.08 0.73 0.00 53.23 0.99 0.63
Hex FE E9 44 0 8 49 0 35 63 3F
Octal 376 351 104 0 10 111 0 65 143 77
Binary 11111110 11101001 1000100 0 1000 1001001 0 110101 1100011 111111

Color Harmonies of #FEE944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE944

Black with #FEE944

Text Example


Text Example

White with #FEE944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE944; }

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

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

background-color css

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

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

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

border-color css

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

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

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