Html Css Color HEX #FDE450 Paris Daisy

📋 copy color: '#FDE450'

red 253 ◦ green 228 ◦ blue 80

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

Shades of Paris Daisy #FDE450

Tints of Paris Daisy #FDE450

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.64%

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

R = 45.1%
G = 40.64%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDE450 (or 0xFDE450) is known color: Paris Daisy. HEX triplet: FD, E4 and 50. RGB value is (253,228,80). Sum of RGB (Red+Green+Blue) = 253+228+80=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 228 (89.45% from 255 or 40.64% from 561); Blue value is 80 (31.64% from 255 or 14.26% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE450 is #021BAF. Grayscale: #DBDBDB. Windows color (decimal): -138160 or 5301501. OLE color: 5301501.

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

Color convert

RGB 253 228 80 -
CMYK 0 0.10 0.68 0.01
HSL 51.33º 0.98% 0.65% -
HSV(B) 51.33º 0.68% 0.99% -
XYZ 69.7 76.95 18.77 -
YUV 218.6 49.78 152.53 -
System Red Green Blue C M Y K H S L
Decimal 253 228 80 0 0.10 0.68 0.01 51.33 0.98 0.65
Hex FD E4 50 0 A 44 1 33 62 41
Octal 375 344 120 0 12 104 1 63 142 101
Binary 11111101 11100100 1010000 0 1010 1000100 1 110011 1100010 1000001

Color Harmonies of #FDE450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE450

Black with #FDE450

Text Example


Text Example

White with #FDE450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE450; }

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

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

background-color css

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

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

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

border-color css

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

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

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