Html Css Color HEX #FEE950 Paris Daisy

📋 copy color: '#FEE950'

red 254 ◦ green 233 ◦ blue 80

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

Shades of Paris Daisy #FEE950

Tints of Paris Daisy #FEE950

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.09%

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

R = 44.8%
G = 41.09%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEE950 (or 0xFEE950) is known color: Paris Daisy. HEX triplet: FE, E9 and 50. RGB value is (254,233,80). Sum of RGB (Red+Green+Blue) = 254+233+80=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 80 (31.64% from 255 or 14.11% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE950 is #0116AF. Grayscale: #DEDEDE. Windows color (decimal): -71344 or 5302782. OLE color: 5302782.

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

Color convert

RGB 254 233 80 -
CMYK 0 0.08 0.69 0.00
HSL 52.76º 0.99% 0.65% -
HSV(B) 52.76º 0.69% 1% -
XYZ 71.46 79.93 19.25 -
YUV 221.84 47.96 150.94 -
System Red Green Blue C M Y K H S L
Decimal 254 233 80 0 0.08 0.69 0.00 52.76 0.99 0.65
Hex FE E9 50 0 8 45 0 35 63 41
Octal 376 351 120 0 10 105 0 65 143 101
Binary 11111110 11101001 1010000 0 1000 1000101 0 110101 1100011 1000001

Color Harmonies of #FEE950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE950

Black with #FEE950

Text Example


Text Example

White with #FEE950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE950; }

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

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

background-color css

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

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

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

border-color css

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

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

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