Html Css Color HEX #FEE455 Paris Daisy

📋 copy color: '#FEE455'

red 254 ◦ green 228 ◦ blue 85

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

Shades of Paris Daisy #FEE455

Tints of Paris Daisy #FEE455

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.21%

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

R = 44.8%
G = 40.21%
B = 14.99%

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

#FEE455 (or 0xFEE455) is known color: Paris Daisy. HEX triplet: FE, E4 and 55. RGB value is (254,228,85). Sum of RGB (Red+Green+Blue) = 254+228+85=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 85 (33.59% from 255 or 14.99% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE455 is #011BAA. Grayscale: #DCDCDC. Windows color (decimal): -72619 or 5629182. OLE color: 5629182.

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

Color convert

RGB 254 228 85 -
CMYK 0 0.10 0.67 0.00
HSL 50.77º 0.99% 0.66% -
HSV(B) 50.77º 0.67% 1% -
XYZ 70.26 77.21 19.8 -
YUV 219.47 52.11 152.63 -
System Red Green Blue C M Y K H S L
Decimal 254 228 85 0 0.10 0.67 0.00 50.77 0.99 0.66
Hex FE E4 55 0 A 43 0 33 63 42
Octal 376 344 125 0 12 103 0 63 143 102
Binary 11111110 11100100 1010101 0 1010 1000011 0 110011 1100011 1000010

Color Harmonies of #FEE455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE455

Black with #FEE455

Text Example


Text Example

White with #FEE455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE455; }

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

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

background-color css

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

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

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

border-color css

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

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

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