Html Css Color HEX #FDED56 Paris Daisy

📋 copy color: '#FDED56'

red 253 ◦ green 237 ◦ blue 86

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

Shades of Paris Daisy #FDED56

Tints of Paris Daisy #FDED56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 14.93%

R = 43.92%
G = 41.15%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDED56 (or 0xFDED56) is known color: Paris Daisy. HEX triplet: FD, ED and 56. RGB value is (253,237,86). Sum of RGB (Red+Green+Blue) = 253+237+86=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 86 (33.98% from 255 or 14.93% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED56 is #0212A9. Grayscale: #E1E1E1. Windows color (decimal): -135850 or 5697021. OLE color: 5697021.

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

Color convert

RGB 253 237 86 -
CMYK 0 0.06 0.66 0.01
HSL 54.25º 0.98% 0.66% -
HSV(B) 54.25º 0.66% 0.99% -
XYZ 72.47 82.12 20.84 -
YUV 224.57 49.8 148.28 -
System Red Green Blue C M Y K H S L
Decimal 253 237 86 0 0.06 0.66 0.01 54.25 0.98 0.66
Hex FD ED 56 0 6 42 1 36 62 42
Octal 375 355 126 0 6 102 1 66 142 102
Binary 11111101 11101101 1010110 0 110 1000010 1 110110 1100010 1000010

Color Harmonies of #FDED56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED56

Black with #FDED56

Text Example


Text Example

White with #FDED56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED56; }

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

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

background-color css

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

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

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

border-color css

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

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

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