Html Css Color HEX #FFE352 Paris Daisy

📋 copy color: '#FFE352'

red 255 ◦ green 227 ◦ blue 82

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

Shades of Paris Daisy #FFE352

Tints of Paris Daisy #FFE352

RGB

 RED value IS 255 (100% from 255) = 45.21%

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

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

R = 45.21%
G = 40.25%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FFE352 (or 0xFFE352) is known color: Paris Daisy. HEX triplet: FF, E3 and 52. RGB value is (255,227,82). Sum of RGB (Red+Green+Blue) = 255+227+82=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 82 (32.42% from 255 or 14.54% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE352 is #001CAD. Grayscale: #DBDBDB. Windows color (decimal): -7342 or 5432319. OLE color: 5432319.

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

Color convert

RGB 255 227 82 -
CMYK 0 0.11 0.68 0
HSL 50.29º 1% 0.66% -
HSV(B) 50.29º 0.68% 1% -
XYZ 70.23 76.81 19.11 -
YUV 218.84 50.78 153.79 -
System Red Green Blue C M Y K H S L
Decimal 255 227 82 0 0.11 0.68 0 50.29 1 0.66
Hex FF E3 52 0 B 44 0 32 64 42
Octal 377 343 122 0 13 104 0 62 144 102
Binary 11111111 11100011 1010010 0 1011 1000100 0 110010 1100100 1000010

Color Harmonies of #FFE352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE352

Black with #FFE352

Text Example


Text Example

White with #FFE352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE352; }

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

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

background-color css

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

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

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

border-color css

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

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

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