Html Css Color HEX #FEEB49 Paris Daisy

📋 copy color: '#FEEB49'

red 254 ◦ green 235 ◦ blue 73

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

Shades of Paris Daisy #FEEB49

Tints of Paris Daisy #FEEB49

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.81%

 BLUE value IS 73 (28.91% from 255) = 12.99%

R = 45.2%
G = 41.81%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEEB49 (or 0xFEEB49) is known color: Paris Daisy. HEX triplet: FE, EB and 49. RGB value is (254,235,73). Sum of RGB (Red+Green+Blue) = 254+235+73=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 73 (28.91% from 255 or 12.99% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEB49 is #0114B6. Grayscale: #DEDEDE. Windows color (decimal): -70839 or 4844542. OLE color: 4844542.

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

Color convert

RGB 254 235 73 -
CMYK 0 0.07 0.71 0.00
HSL 53.7º 0.99% 0.64% -
HSV(B) 53.7º 0.71% 1% -
XYZ 71.78 80.97 18.15 -
YUV 222.21 43.79 150.67 -
System Red Green Blue C M Y K H S L
Decimal 254 235 73 0 0.07 0.71 0.00 53.7 0.99 0.64
Hex FE EB 49 0 7 47 0 36 63 40
Octal 376 353 111 0 7 107 0 66 143 100
Binary 11111110 11101011 1001001 0 111 1000111 0 110110 1100011 1000000

Color Harmonies of #FEEB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEB49

Black with #FEEB49

Text Example


Text Example

White with #FEEB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEB49; }

 p { color: rgb(254,235,73); }

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

background-color css

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

 a { background-color: rgb(254,235,73); }

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

border-color css

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

 span { border-color: rgb(254,235,73); }

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