Html Css Color HEX #FEE855 Paris Daisy

📋 copy color: '#FEE855'

red 254 ◦ green 232 ◦ blue 85

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

Shades of Paris Daisy #FEE855

Tints of Paris Daisy #FEE855

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.63%

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

R = 44.48%
G = 40.63%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEE855 (or 0xFEE855) is known color: Paris Daisy. HEX triplet: FE, E8 and 55. RGB value is (254,232,85). Sum of RGB (Red+Green+Blue) = 254+232+85=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 232 (91.02% from 255 or 40.63% from 571); Blue value is 85 (33.59% from 255 or 14.89% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE855 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE855 is #0117AA. Grayscale: #DEDEDE. Windows color (decimal): -71595 or 5630206. OLE color: 5630206.

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

Color convert

RGB 254 232 85 -
CMYK 0 0.09 0.67 0.00
HSL 52.19º 0.99% 0.66% -
HSV(B) 52.19º 0.67% 1% -
XYZ 71.37 79.44 20.17 -
YUV 221.82 50.79 150.95 -
System Red Green Blue C M Y K H S L
Decimal 254 232 85 0 0.09 0.67 0.00 52.19 0.99 0.66
Hex FE E8 55 0 9 43 0 34 63 42
Octal 376 350 125 0 11 103 0 64 143 102
Binary 11111110 11101000 1010101 0 1001 1000011 0 110100 1100011 1000010

Color Harmonies of #FEE855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE855

Black with #FEE855

Text Example


Text Example

White with #FEE855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE855; }

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

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

background-color css

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

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

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

border-color css

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

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

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