Html Css Color HEX #FDED42 Paris Daisy

📋 copy color: '#FDED42'

red 253 ◦ green 237 ◦ blue 66

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

Shades of Paris Daisy #FDED42

Tints of Paris Daisy #FDED42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 11.87%

R = 45.5%
G = 42.63%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDED42 (or 0xFDED42) is known color: Paris Daisy. HEX triplet: FD, ED and 42. RGB value is (253,237,66). Sum of RGB (Red+Green+Blue) = 253+237+66=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 66 (26.17% from 255 or 11.87% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED42 is #0212BD. Grayscale: #DEDEDE. Windows color (decimal): -135870 or 4386301. OLE color: 4386301.

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

Color convert

RGB 253 237 66 -
CMYK 0 0.06 0.74 0.01
HSL 54.87º 0.98% 0.63% -
HSV(B) 54.87º 0.74% 0.99% -
XYZ 71.78 81.84 17.17 -
YUV 222.29 39.8 149.9 -
System Red Green Blue C M Y K H S L
Decimal 253 237 66 0 0.06 0.74 0.01 54.87 0.98 0.63
Hex FD ED 42 0 6 4A 1 37 62 3F
Octal 375 355 102 0 6 112 1 67 142 77
Binary 11111101 11101101 1000010 0 110 1001010 1 110111 1100010 111111

Color Harmonies of #FDED42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED42

Black with #FDED42

Text Example


Text Example

White with #FDED42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED42; }

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

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

background-color css

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

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

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

border-color css

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

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

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