Html Css Color HEX #FEE552 Paris Daisy

📋 copy color: '#FEE552'

red 254 ◦ green 229 ◦ blue 82

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

Shades of Paris Daisy #FEE552

Tints of Paris Daisy #FEE552

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.53%

 BLUE value IS 82 (32.42% from 255) = 14.51%

R = 44.96%
G = 40.53%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEE552 (or 0xFEE552) is known color: Paris Daisy. HEX triplet: FE, E5 and 52. RGB value is (254,229,82). Sum of RGB (Red+Green+Blue) = 254+229+82=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 229 (89.84% from 255 or 40.53% from 565); Blue value is 82 (32.42% from 255 or 14.51% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE552 is #011AAD. Grayscale: #DCDCDC. Windows color (decimal): -72366 or 5432830. OLE color: 5432830.

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

Color convert

RGB 254 229 82 -
CMYK 0 0.10 0.68 0.00
HSL 51.28º 0.99% 0.66% -
HSV(B) 51.28º 0.68% 1% -
XYZ 70.42 77.72 19.27 -
YUV 219.72 50.28 152.45 -
System Red Green Blue C M Y K H S L
Decimal 254 229 82 0 0.10 0.68 0.00 51.28 0.99 0.66
Hex FE E5 52 0 A 44 0 33 63 42
Octal 376 345 122 0 12 104 0 63 143 102
Binary 11111110 11100101 1010010 0 1010 1000100 0 110011 1100011 1000010

Color Harmonies of #FEE552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE552

Black with #FEE552

Text Example


Text Example

White with #FEE552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE552; }

 p { color: rgb(254,229,82); }

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

background-color css

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

 a { background-color: rgb(254,229,82); }

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

border-color css

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

 span { border-color: rgb(254,229,82); }

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