Html Css Color HEX #FEE450 Paris Daisy

📋 copy color: '#FEE450'

red 254 ◦ green 228 ◦ blue 80

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

Shades of Paris Daisy #FEE450

Tints of Paris Daisy #FEE450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.23%

R = 45.2%
G = 40.57%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEE450 (or 0xFEE450) is known color: Paris Daisy. HEX triplet: FE, E4 and 50. RGB value is (254,228,80). Sum of RGB (Red+Green+Blue) = 254+228+80=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 80 (31.64% from 255 or 14.23% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE450 is #011BAF. Grayscale: #DBDBDB. Windows color (decimal): -72624 or 5301502. OLE color: 5301502.

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

Color convert

RGB 254 228 80 -
CMYK 0 0.10 0.69 0.00
HSL 51.03º 0.99% 0.65% -
HSV(B) 51.03º 0.69% 1% -
XYZ 70.06 77.14 18.79 -
YUV 218.9 49.61 153.03 -
System Red Green Blue C M Y K H S L
Decimal 254 228 80 0 0.10 0.69 0.00 51.03 0.99 0.65
Hex FE E4 50 0 A 45 0 33 63 41
Octal 376 344 120 0 12 105 0 63 143 101
Binary 11111110 11100100 1010000 0 1010 1000101 0 110011 1100011 1000001

Color Harmonies of #FEE450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE450

Black with #FEE450

Text Example


Text Example

White with #FEE450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE450; }

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

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

background-color css

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

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

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

border-color css

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

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

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