Html Css Color HEX #FEE850 Paris Daisy

📋 copy color: '#FEE850'

red 254 ◦ green 232 ◦ blue 80

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

Shades of Paris Daisy #FEE850

Tints of Paris Daisy #FEE850

RGB

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

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

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

R = 44.88%
G = 40.99%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEE850 (or 0xFEE850) is known color: Paris Daisy. HEX triplet: FE, E8 and 50. RGB value is (254,232,80). Sum of RGB (Red+Green+Blue) = 254+232+80=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 232 (91.02% from 255 or 40.99% from 566); Blue value is 80 (31.64% from 255 or 14.13% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE850 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE850 is #0117AF. Grayscale: #DDDDDD. Windows color (decimal): -71600 or 5302526. OLE color: 5302526.

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

Color convert

RGB 254 232 80 -
CMYK 0 0.09 0.69 0.00
HSL 52.41º 0.99% 0.65% -
HSV(B) 52.41º 0.69% 1% -
XYZ 71.18 79.36 19.16 -
YUV 221.25 48.29 151.36 -
System Red Green Blue C M Y K H S L
Decimal 254 232 80 0 0.09 0.69 0.00 52.41 0.99 0.65
Hex FE E8 50 0 9 45 0 34 63 41
Octal 376 350 120 0 11 105 0 64 143 101
Binary 11111110 11101000 1010000 0 1001 1000101 0 110100 1100011 1000001

Color Harmonies of #FEE850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE850

Black with #FEE850

Text Example


Text Example

White with #FEE850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE850; }

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

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

background-color css

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

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

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

border-color css

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

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

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