Html Css Color HEX #FDF94D Paris Daisy

📋 copy color: '#FDF94D'

red 253 ◦ green 249 ◦ blue 77

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

Shades of Paris Daisy #FDF94D

Tints of Paris Daisy #FDF94D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.01%

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

R = 43.7%
G = 43.01%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDF94D (or 0xFDF94D) is known color: Paris Daisy. HEX triplet: FD, F9 and 4D. RGB value is (253,249,77). Sum of RGB (Red+Green+Blue) = 253+249+77=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 77 (30.47% from 255 or 13.30% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF94D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF94D is #0206B2. Grayscale: #E7E7E7. Windows color (decimal): -132787 or 5110269. OLE color: 5110269.

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

Color convert

RGB 253 249 77 -
CMYK 0 0.02 0.70 0.01
HSL 58.64º 0.98% 0.65% -
HSV(B) 58.64º 0.7% 0.99% -
XYZ 75.72 89.17 20.24 -
YUV 230.59 41.33 143.99 -
System Red Green Blue C M Y K H S L
Decimal 253 249 77 0 0.02 0.70 0.01 58.64 0.98 0.65
Hex FD F9 4D 0 2 46 1 3B 62 41
Octal 375 371 115 0 2 106 1 73 142 101
Binary 11111101 11111001 1001101 0 10 1000110 1 111011 1100010 1000001

Color Harmonies of #FDF94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF94D

Black with #FDF94D

Text Example


Text Example

White with #FDF94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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