Html Css Color HEX #FDF54D Paris Daisy

📋 copy color: '#FDF54D'

red 253 ◦ green 245 ◦ blue 77

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

Shades of Paris Daisy #FDF54D

Tints of Paris Daisy #FDF54D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.61%

 BLUE value IS 77 (30.47% from 255) = 13.39%

R = 44%
G = 42.61%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDF54D (or 0xFDF54D) is known color: Paris Daisy. HEX triplet: FD, F5 and 4D. RGB value is (253,245,77). Sum of RGB (Red+Green+Blue) = 253+245+77=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 245 (96.09% from 255 or 42.61% from 575); Blue value is 77 (30.47% from 255 or 13.39% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF54D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF54D is #020AB2. Grayscale: #E4E4E4. Windows color (decimal): -133811 or 5109245. OLE color: 5109245.

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

Color convert

RGB 253 245 77 -
CMYK 0 0.03 0.70 0.01
HSL 57.27º 0.98% 0.65% -
HSV(B) 57.27º 0.7% 0.99% -
XYZ 74.5 86.72 19.83 -
YUV 228.24 42.65 145.66 -
System Red Green Blue C M Y K H S L
Decimal 253 245 77 0 0.03 0.70 0.01 57.27 0.98 0.65
Hex FD F5 4D 0 3 46 1 39 62 41
Octal 375 365 115 0 3 106 1 71 142 101
Binary 11111101 11110101 1001101 0 11 1000110 1 111001 1100010 1000001

Color Harmonies of #FDF54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF54D

Black with #FDF54D

Text Example


Text Example

White with #FDF54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF54D; }

 p { color: rgb(253,245,77); }

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

background-color css

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

 a { background-color: rgb(253,245,77); }

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

border-color css

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

 span { border-color: rgb(253,245,77); }

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