Html Css Color HEX #FDED46 Paris Daisy

📋 copy color: '#FDED46'

red 253 ◦ green 237 ◦ blue 70

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

Shades of Paris Daisy #FDED46

Tints of Paris Daisy #FDED46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.5%

R = 45.18%
G = 42.32%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDED46 (or 0xFDED46) is known color: Paris Daisy. HEX triplet: FD, ED and 46. RGB value is (253,237,70). Sum of RGB (Red+Green+Blue) = 253+237+70=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 70 (27.73% from 255 or 12.5% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED46 is #0212B9. Grayscale: #DFDFDF. Windows color (decimal): -135866 or 4648445. OLE color: 4648445.

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

Color convert

RGB 253 237 70 -
CMYK 0 0.06 0.72 0.01
HSL 54.75º 0.98% 0.63% -
HSV(B) 54.75º 0.72% 0.99% -
XYZ 71.9 81.89 17.81 -
YUV 222.75 41.8 149.58 -
System Red Green Blue C M Y K H S L
Decimal 253 237 70 0 0.06 0.72 0.01 54.75 0.98 0.63
Hex FD ED 46 0 6 48 1 37 62 3F
Octal 375 355 106 0 6 110 1 67 142 77
Binary 11111101 11101101 1000110 0 110 1001000 1 110111 1100010 111111

Color Harmonies of #FDED46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED46

Black with #FDED46

Text Example


Text Example

White with #FDED46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED46; }

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

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

background-color css

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

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

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

border-color css

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

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

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