Html Css Color HEX #FDE351 Paris Daisy

📋 copy color: '#FDE351'

red 253 ◦ green 227 ◦ blue 81

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

Shades of Paris Daisy #FDE351

Tints of Paris Daisy #FDE351

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.46%

 BLUE value IS 81 (32.03% from 255) = 14.44%

R = 45.1%
G = 40.46%
B = 14.44%

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

#FDE351 (or 0xFDE351) is known color: Paris Daisy. HEX triplet: FD, E3 and 51. RGB value is (253,227,81). Sum of RGB (Red+Green+Blue) = 253+227+81=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 81 (32.03% from 255 or 14.44% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE351 is #021CAE. Grayscale: #DADADA. Windows color (decimal): -138415 or 5366781. OLE color: 5366781.

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

Color convert

RGB 253 227 81 -
CMYK 0 0.10 0.68 0.01
HSL 50.93º 0.98% 0.65% -
HSV(B) 50.93º 0.68% 0.99% -
XYZ 69.46 76.41 18.87 -
YUV 218.13 50.61 152.87 -
System Red Green Blue C M Y K H S L
Decimal 253 227 81 0 0.10 0.68 0.01 50.93 0.98 0.65
Hex FD E3 51 0 A 44 1 33 62 41
Octal 375 343 121 0 12 104 1 63 142 101
Binary 11111101 11100011 1010001 0 1010 1000100 1 110011 1100010 1000001

Color Harmonies of #FDE351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE351

Black with #FDE351

Text Example


Text Example

White with #FDE351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE351; }

 p { color: rgb(253,227,81); }

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

background-color css

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

 a { background-color: rgb(253,227,81); }

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

border-color css

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

 span { border-color: rgb(253,227,81); }

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