Html Css Color HEX #FEE352 Paris Daisy

📋 copy color: '#FEE352'

red 254 ◦ green 227 ◦ blue 82

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

Shades of Paris Daisy #FEE352

Tints of Paris Daisy #FEE352

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.32%

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

R = 45.12%
G = 40.32%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEE352 (or 0xFEE352) is known color: Paris Daisy. HEX triplet: FE, E3 and 52. RGB value is (254,227,82). Sum of RGB (Red+Green+Blue) = 254+227+82=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 82 (32.42% from 255 or 14.56% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE352 is #011CAD. Grayscale: #DBDBDB. Windows color (decimal): -72878 or 5432318. OLE color: 5432318.

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

Color convert

RGB 254 227 82 -
CMYK 0 0.11 0.68 0.00
HSL 50.58º 0.99% 0.66% -
HSV(B) 50.58º 0.68% 1% -
XYZ 69.87 76.62 19.09 -
YUV 218.54 50.95 153.29 -
System Red Green Blue C M Y K H S L
Decimal 254 227 82 0 0.11 0.68 0.00 50.58 0.99 0.66
Hex FE E3 52 0 B 44 0 33 63 42
Octal 376 343 122 0 13 104 0 63 143 102
Binary 11111110 11100011 1010010 0 1011 1000100 0 110011 1100011 1000010

Color Harmonies of #FEE352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE352

Black with #FEE352

Text Example


Text Example

White with #FEE352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE352; }

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

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

background-color css

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

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

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

border-color css

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

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

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