Html Css Color HEX #FEE556 Paris Daisy

📋 copy color: '#FEE556'

red 254 ◦ green 229 ◦ blue 86

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

Shades of Paris Daisy #FEE556

Tints of Paris Daisy #FEE556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 15.11%

R = 44.64%
G = 40.25%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FEE556 (or 0xFEE556) is known color: Paris Daisy. HEX triplet: FE, E5 and 56. RGB value is (254,229,86). Sum of RGB (Red+Green+Blue) = 254+229+86=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 229 (89.84% from 255 or 40.25% from 569); Blue value is 86 (33.98% from 255 or 15.11% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE556 is #011AA9. Grayscale: #DCDCDC. Windows color (decimal): -72362 or 5694974. OLE color: 5694974.

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

Color convert

RGB 254 229 86 -
CMYK 0 0.10 0.66 0.00
HSL 51.07º 0.99% 0.67% -
HSV(B) 51.07º 0.66% 1% -
XYZ 70.57 77.78 20.1 -
YUV 220.17 52.28 152.13 -
System Red Green Blue C M Y K H S L
Decimal 254 229 86 0 0.10 0.66 0.00 51.07 0.99 0.67
Hex FE E5 56 0 A 42 0 33 63 43
Octal 376 345 126 0 12 102 0 63 143 103
Binary 11111110 11100101 1010110 0 1010 1000010 0 110011 1100011 1000011

Color Harmonies of #FEE556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE556

Black with #FEE556

Text Example


Text Example

White with #FEE556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE556; }

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

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

background-color css

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

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

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

border-color css

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

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

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