Html Css Color HEX #FDE950 Paris Daisy

📋 copy color: '#FDE950'

red 253 ◦ green 233 ◦ blue 80

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

Shades of Paris Daisy #FDE950

Tints of Paris Daisy #FDE950

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.17%

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

R = 44.7%
G = 41.17%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDE950 (or 0xFDE950) is known color: Paris Daisy. HEX triplet: FD, E9 and 50. RGB value is (253,233,80). Sum of RGB (Red+Green+Blue) = 253+233+80=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 80 (31.64% from 255 or 14.13% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE950 is #0216AF. Grayscale: #DEDEDE. Windows color (decimal): -136880 or 5302781. OLE color: 5302781.

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

Color convert

RGB 253 233 80 -
CMYK 0 0.08 0.68 0.01
HSL 53.06º 0.98% 0.65% -
HSV(B) 53.06º 0.68% 0.99% -
XYZ 71.09 79.74 19.23 -
YUV 221.54 48.13 150.44 -
System Red Green Blue C M Y K H S L
Decimal 253 233 80 0 0.08 0.68 0.01 53.06 0.98 0.65
Hex FD E9 50 0 8 44 1 35 62 41
Octal 375 351 120 0 10 104 1 65 142 101
Binary 11111101 11101001 1010000 0 1000 1000100 1 110101 1100010 1000001

Color Harmonies of #FDE950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE950

Black with #FDE950

Text Example


Text Example

White with #FDE950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE950; }

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

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

background-color css

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

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

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

border-color css

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

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

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