Html Css Color HEX #FEEF50 Paris Daisy

📋 copy color: '#FEEF50'

red 254 ◦ green 239 ◦ blue 80

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

Shades of Paris Daisy #FEEF50

Tints of Paris Daisy #FEEF50

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.71%

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

R = 44.33%
G = 41.71%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEEF50 (or 0xFEEF50) is known color: Paris Daisy. HEX triplet: FE, EF and 50. RGB value is (254,239,80). Sum of RGB (Red+Green+Blue) = 254+239+80=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 80 (31.64% from 255 or 13.96% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF50 is #0110AF. Grayscale: #E2E2E2. Windows color (decimal): -69808 or 5304318. OLE color: 5304318.

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

Color convert

RGB 254 239 80 -
CMYK 0 0.06 0.69 0.00
HSL 54.83º 0.99% 0.65% -
HSV(B) 54.83º 0.69% 1% -
XYZ 73.19 83.38 19.83 -
YUV 225.36 45.97 148.43 -
System Red Green Blue C M Y K H S L
Decimal 254 239 80 0 0.06 0.69 0.00 54.83 0.99 0.65
Hex FE EF 50 0 6 45 0 37 63 41
Octal 376 357 120 0 6 105 0 67 143 101
Binary 11111110 11101111 1010000 0 110 1000101 0 110111 1100011 1000001

Color Harmonies of #FEEF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEF50

Black with #FEEF50

Text Example


Text Example

White with #FEEF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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