Html Css Color HEX #FEE250 Paris Daisy

📋 copy color: '#FEE250'

red 254 ◦ green 226 ◦ blue 80

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

Shades of Paris Daisy #FEE250

Tints of Paris Daisy #FEE250

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.36%

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

R = 45.36%
G = 40.36%
B = 14.29%

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

#FEE250 (or 0xFEE250) is known color: Paris Daisy. HEX triplet: FE, E2 and 50. RGB value is (254,226,80). Sum of RGB (Red+Green+Blue) = 254+226+80=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 80 (31.64% from 255 or 14.29% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE250 is #011DAF. Grayscale: #DADADA. Windows color (decimal): -73136 or 5300990. OLE color: 5300990.

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

Color convert

RGB 254 226 80 -
CMYK 0 0.11 0.69 0.00
HSL 50.34º 0.99% 0.65% -
HSV(B) 50.34º 0.69% 1% -
XYZ 69.52 76.04 18.6 -
YUV 217.73 50.28 153.87 -
System Red Green Blue C M Y K H S L
Decimal 254 226 80 0 0.11 0.69 0.00 50.34 0.99 0.65
Hex FE E2 50 0 B 45 0 32 63 41
Octal 376 342 120 0 13 105 0 62 143 101
Binary 11111110 11100010 1010000 0 1011 1000101 0 110010 1100011 1000001

Color Harmonies of #FEE250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE250

Black with #FEE250

Text Example


Text Example

White with #FEE250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE250; }

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

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

background-color css

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

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

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

border-color css

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

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

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