Html Css Color HEX #FEE655 Paris Daisy

📋 copy color: '#FEE655'

red 254 ◦ green 230 ◦ blue 85

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

Shades of Paris Daisy #FEE655

Tints of Paris Daisy #FEE655

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.42%

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

R = 44.64%
G = 40.42%
B = 14.94%

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

#FEE655 (or 0xFEE655) is known color: Paris Daisy. HEX triplet: FE, E6 and 55. RGB value is (254,230,85). Sum of RGB (Red+Green+Blue) = 254+230+85=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 230 (90.23% from 255 or 40.42% from 569); Blue value is 85 (33.59% from 255 or 14.94% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE655 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE655 is #0119AA. Grayscale: #DDDDDD. Windows color (decimal): -72107 or 5629694. OLE color: 5629694.

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

Color convert

RGB 254 230 85 -
CMYK 0 0.09 0.67 0.00
HSL 51.48º 0.99% 0.66% -
HSV(B) 51.48º 0.67% 1% -
XYZ 70.81 78.32 19.98 -
YUV 220.65 51.45 151.79 -
System Red Green Blue C M Y K H S L
Decimal 254 230 85 0 0.09 0.67 0.00 51.48 0.99 0.66
Hex FE E6 55 0 9 43 0 33 63 42
Octal 376 346 125 0 11 103 0 63 143 102
Binary 11111110 11100110 1010101 0 1001 1000011 0 110011 1100011 1000010

Color Harmonies of #FEE655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE655

Black with #FEE655

Text Example


Text Example

White with #FEE655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE655; }

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

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

background-color css

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

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

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

border-color css

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

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

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