Html Css Color HEX #FDED52 Paris Daisy

📋 copy color: '#FDED52'

red 253 ◦ green 237 ◦ blue 82

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

Shades of Paris Daisy #FDED52

Tints of Paris Daisy #FDED52

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.43%

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

R = 44.23%
G = 41.43%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDED52 (or 0xFDED52) is known color: Paris Daisy. HEX triplet: FD, ED and 52. RGB value is (253,237,82). Sum of RGB (Red+Green+Blue) = 253+237+82=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 82 (32.42% from 255 or 14.34% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED52 is #0212AD. Grayscale: #E0E0E0. Windows color (decimal): -135854 or 5434877. OLE color: 5434877.

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

Color convert

RGB 253 237 82 -
CMYK 0 0.06 0.68 0.01
HSL 54.39º 0.98% 0.66% -
HSV(B) 54.39º 0.68% 0.99% -
XYZ 72.32 82.06 20.01 -
YUV 224.11 47.8 148.6 -
System Red Green Blue C M Y K H S L
Decimal 253 237 82 0 0.06 0.68 0.01 54.39 0.98 0.66
Hex FD ED 52 0 6 44 1 36 62 42
Octal 375 355 122 0 6 104 1 66 142 102
Binary 11111101 11101101 1010010 0 110 1000100 1 110110 1100010 1000010

Color Harmonies of #FDED52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED52

Black with #FDED52

Text Example


Text Example

White with #FDED52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED52; }

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

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

background-color css

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

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

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

border-color css

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

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

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