Html Css Color HEX #FEE452 Paris Daisy

📋 copy color: '#FEE452'

red 254 ◦ green 228 ◦ blue 82

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

Shades of Paris Daisy #FEE452

Tints of Paris Daisy #FEE452

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.43%

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

R = 45.04%
G = 40.43%
B = 14.54%

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

#FEE452 (or 0xFEE452) is known color: Paris Daisy. HEX triplet: FE, E4 and 52. RGB value is (254,228,82). Sum of RGB (Red+Green+Blue) = 254+228+82=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 228 (89.45% from 255 or 40.43% from 564); Blue value is 82 (32.42% from 255 or 14.54% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE452 is #011BAD. Grayscale: #DBDBDB. Windows color (decimal): -72622 or 5432574. OLE color: 5432574.

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

Color convert

RGB 254 228 82 -
CMYK 0 0.10 0.68 0.00
HSL 50.93º 0.99% 0.66% -
HSV(B) 50.93º 0.68% 1% -
XYZ 70.14 77.17 19.18 -
YUV 219.13 50.61 152.87 -
System Red Green Blue C M Y K H S L
Decimal 254 228 82 0 0.10 0.68 0.00 50.93 0.99 0.66
Hex FE E4 52 0 A 44 0 33 63 42
Octal 376 344 122 0 12 104 0 63 143 102
Binary 11111110 11100100 1010010 0 1010 1000100 0 110011 1100011 1000010

Color Harmonies of #FEE452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE452

Black with #FEE452

Text Example


Text Example

White with #FEE452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE452; }

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

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

background-color css

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

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

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

border-color css

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

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

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