Html Css Color HEX #FEEA51 Paris Daisy

📋 copy color: '#FEEA51'

red 254 ◦ green 234 ◦ blue 81

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

Shades of Paris Daisy #FEEA51

Tints of Paris Daisy #FEEA51

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.12%

 BLUE value IS 81 (32.03% from 255) = 14.24%

R = 44.64%
G = 41.12%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEEA51 (or 0xFEEA51) is known color: Paris Daisy. HEX triplet: FE, EA and 51. RGB value is (254,234,81). Sum of RGB (Red+Green+Blue) = 254+234+81=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 81 (32.03% from 255 or 14.24% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA51 is #0115AE. Grayscale: #DFDFDF. Windows color (decimal): -71087 or 5368574. OLE color: 5368574.

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

Color convert

RGB 254 234 81 -
CMYK 0 0.08 0.68 0.00
HSL 53.06º 0.99% 0.66% -
HSV(B) 53.06º 0.68% 1% -
XYZ 71.78 80.51 19.54 -
YUV 222.54 48.13 150.44 -
System Red Green Blue C M Y K H S L
Decimal 254 234 81 0 0.08 0.68 0.00 53.06 0.99 0.66
Hex FE EA 51 0 8 44 0 35 63 42
Octal 376 352 121 0 10 104 0 65 143 102
Binary 11111110 11101010 1010001 0 1000 1000100 0 110101 1100011 1000010

Color Harmonies of #FEEA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEA51

Black with #FEEA51

Text Example


Text Example

White with #FEEA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEA51; }

 p { color: rgb(254,234,81); }

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

background-color css

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

 a { background-color: rgb(254,234,81); }

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

border-color css

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

 span { border-color: rgb(254,234,81); }

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