Html Css Color HEX #FDEC46 Paris Daisy

📋 copy color: '#FDEC46'

red 253 ◦ green 236 ◦ blue 70

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

Shades of Paris Daisy #FDEC46

Tints of Paris Daisy #FDEC46

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.22%

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

R = 45.26%
G = 42.22%
B = 12.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDEC46 (or 0xFDEC46) is known color: Paris Daisy. HEX triplet: FD, EC and 46. RGB value is (253,236,70). Sum of RGB (Red+Green+Blue) = 253+236+70=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 70 (27.73% from 255 or 12.52% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC46 is #0213B9. Grayscale: #DEDEDE. Windows color (decimal): -136122 or 4648189. OLE color: 4648189.

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

Color convert

RGB 253 236 70 -
CMYK 0 0.07 0.72 0.01
HSL 54.43º 0.98% 0.63% -
HSV(B) 54.43º 0.72% 0.99% -
XYZ 71.61 81.32 17.72 -
YUV 222.16 42.13 150 -
System Red Green Blue C M Y K H S L
Decimal 253 236 70 0 0.07 0.72 0.01 54.43 0.98 0.63
Hex FD EC 46 0 7 48 1 36 62 3F
Octal 375 354 106 0 7 110 1 66 142 77
Binary 11111101 11101100 1000110 0 111 1001000 1 110110 1100010 111111

Color Harmonies of #FDEC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEC46

Black with #FDEC46

Text Example


Text Example

White with #FDEC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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