Html Css Color HEX #FDEF50 Paris Daisy

📋 copy color: '#FDEF50'

red 253 ◦ green 239 ◦ blue 80

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

Shades of Paris Daisy #FDEF50

Tints of Paris Daisy #FDEF50

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.78%

 BLUE value IS 80 (31.64% from 255) = 13.99%

R = 44.23%
G = 41.78%
B = 13.99%

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

#FDEF50 (or 0xFDEF50) is known color: Paris Daisy. HEX triplet: FD, EF and 50. RGB value is (253,239,80). Sum of RGB (Red+Green+Blue) = 253+239+80=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 80 (31.64% from 255 or 13.99% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEF50 is #0210AF. Grayscale: #E1E1E1. Windows color (decimal): -135344 or 5304317. OLE color: 5304317.

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

Color convert

RGB 253 239 80 -
CMYK 0 0.06 0.68 0.01
HSL 55.14º 0.98% 0.65% -
HSV(B) 55.14º 0.68% 0.99% -
XYZ 72.82 83.19 19.81 -
YUV 225.06 46.14 147.93 -
System Red Green Blue C M Y K H S L
Decimal 253 239 80 0 0.06 0.68 0.01 55.14 0.98 0.65
Hex FD EF 50 0 6 44 1 37 62 41
Octal 375 357 120 0 6 104 1 67 142 101
Binary 11111101 11101111 1010000 0 110 1000100 1 110111 1100010 1000001

Color Harmonies of #FDEF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEF50

Black with #FDEF50

Text Example


Text Example

White with #FDEF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEF50; }

 p { color: rgb(253,239,80); }

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

background-color css

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

 a { background-color: rgb(253,239,80); }

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

border-color css

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

 span { border-color: rgb(253,239,80); }

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