Html Css Color HEX #FEEF55 Paris Daisy

📋 copy color: '#FEEF55'

red 254 ◦ green 239 ◦ blue 85

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

Shades of Paris Daisy #FEEF55

Tints of Paris Daisy #FEEF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 14.71%

R = 43.94%
G = 41.35%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEEF55 (or 0xFEEF55) is known color: Paris Daisy. HEX triplet: FE, EF and 55. RGB value is (254,239,85). Sum of RGB (Red+Green+Blue) = 254+239+85=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 85 (33.59% from 255 or 14.71% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF55 is #0110AA. Grayscale: #E2E2E2. Windows color (decimal): -69803 or 5631998. OLE color: 5631998.

HSL color Cylindrical-coordinate representation of color #FEEF55: hue angle of 54.67º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEEF55 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 239 85 -
CMYK 0 0.06 0.67 0.00
HSL 54.67º 0.99% 0.66% -
HSV(B) 54.67º 0.67% 1% -
XYZ 73.38 83.46 20.84 -
YUV 225.93 48.47 148.02 -
System Red Green Blue C M Y K H S L
Decimal 254 239 85 0 0.06 0.67 0.00 54.67 0.99 0.66
Hex FE EF 55 0 6 43 0 37 63 42
Octal 376 357 125 0 6 103 0 67 143 102
Binary 11111110 11101111 1010101 0 110 1000011 0 110111 1100011 1000010

Color Harmonies of #FEEF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEF55

Black with #FEEF55

Text Example


Text Example

White with #FEEF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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