Html Css Color HEX #FDE352 Paris Daisy

📋 copy color: '#FDE352'

red 253 ◦ green 227 ◦ blue 82

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

Shades of Paris Daisy #FDE352

Tints of Paris Daisy #FDE352

RGB

 RED value IS 253 (99.22% from 255) = 45.02%

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

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

R = 45.02%
G = 40.39%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDE352 (or 0xFDE352) is known color: Paris Daisy. HEX triplet: FD, E3 and 52. RGB value is (253,227,82). Sum of RGB (Red+Green+Blue) = 253+227+82=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 82 (32.42% from 255 or 14.59% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE352 is #021CAD. Grayscale: #DADADA. Windows color (decimal): -138414 or 5432317. OLE color: 5432317.

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

Color convert

RGB 253 227 82 -
CMYK 0 0.10 0.68 0.01
HSL 50.88º 0.98% 0.66% -
HSV(B) 50.88º 0.68% 0.99% -
XYZ 69.5 76.43 19.07 -
YUV 218.24 51.11 152.79 -
System Red Green Blue C M Y K H S L
Decimal 253 227 82 0 0.10 0.68 0.01 50.88 0.98 0.66
Hex FD E3 52 0 A 44 1 33 62 42
Octal 375 343 122 0 12 104 1 63 142 102
Binary 11111101 11100011 1010010 0 1010 1000100 1 110011 1100010 1000010

Color Harmonies of #FDE352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE352

Black with #FDE352

Text Example


Text Example

White with #FDE352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE352; }

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

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

background-color css

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

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

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

border-color css

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

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

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