Html Css Color HEX #FEE555 Paris Daisy

📋 copy color: '#FEE555'

red 254 ◦ green 229 ◦ blue 85

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

Shades of Paris Daisy #FEE555

Tints of Paris Daisy #FEE555

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.32%

 BLUE value IS 85 (33.59% from 255) = 14.96%

R = 44.72%
G = 40.32%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEE555 (or 0xFEE555) is known color: Paris Daisy. HEX triplet: FE, E5 and 55. RGB value is (254,229,85). Sum of RGB (Red+Green+Blue) = 254+229+85=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 85 (33.59% from 255 or 14.96% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE555 is #011AAA. Grayscale: #DCDCDC. Windows color (decimal): -72363 or 5629438. OLE color: 5629438.

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

Color convert

RGB 254 229 85 -
CMYK 0 0.10 0.67 0.00
HSL 51.12º 0.99% 0.66% -
HSV(B) 51.12º 0.67% 1% -
XYZ 70.53 77.77 19.89 -
YUV 220.06 51.78 152.21 -
System Red Green Blue C M Y K H S L
Decimal 254 229 85 0 0.10 0.67 0.00 51.12 0.99 0.66
Hex FE E5 55 0 A 43 0 33 63 42
Octal 376 345 125 0 12 103 0 63 143 102
Binary 11111110 11100101 1010101 0 1010 1000011 0 110011 1100011 1000010

Color Harmonies of #FEE555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE555

Black with #FEE555

Text Example


Text Example

White with #FEE555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE555; }

 p { color: rgb(254,229,85); }

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

background-color css

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

 a { background-color: rgb(254,229,85); }

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

border-color css

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

 span { border-color: rgb(254,229,85); }

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