Html Css Color HEX #FEE350 Paris Daisy

📋 copy color: '#FEE350'

red 254 ◦ green 227 ◦ blue 80

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

Shades of Paris Daisy #FEE350

Tints of Paris Daisy #FEE350

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.46%

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

R = 45.28%
G = 40.46%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEE350 (or 0xFEE350) is known color: Paris Daisy. HEX triplet: FE, E3 and 50. RGB value is (254,227,80). Sum of RGB (Red+Green+Blue) = 254+227+80=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 80 (31.64% from 255 or 14.26% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE350 is #011CAF. Grayscale: #DADADA. Windows color (decimal): -72880 or 5301246. OLE color: 5301246.

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

Color convert

RGB 254 227 80 -
CMYK 0 0.11 0.69 0.00
HSL 50.69º 0.99% 0.65% -
HSV(B) 50.69º 0.69% 1% -
XYZ 69.79 76.59 18.69 -
YUV 218.32 49.95 153.45 -
System Red Green Blue C M Y K H S L
Decimal 254 227 80 0 0.11 0.69 0.00 50.69 0.99 0.65
Hex FE E3 50 0 B 45 0 33 63 41
Octal 376 343 120 0 13 105 0 63 143 101
Binary 11111110 11100011 1010000 0 1011 1000101 0 110011 1100011 1000001

Color Harmonies of #FEE350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE350

Black with #FEE350

Text Example


Text Example

White with #FEE350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE350; }

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

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

background-color css

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

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

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

border-color css

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

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

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