Html Css Color HEX #FDF94A Paris Daisy

📋 copy color: '#FDF94A'

red 253 ◦ green 249 ◦ blue 74

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

Shades of Paris Daisy #FDF94A

Tints of Paris Daisy #FDF94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 12.85%

R = 43.92%
G = 43.23%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDF94A (or 0xFDF94A) is known color: Paris Daisy. HEX triplet: FD, F9 and 4A. RGB value is (253,249,74). Sum of RGB (Red+Green+Blue) = 253+249+74=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 74 (29.30% from 255 or 12.85% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF94A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF94A is #0206B5. Grayscale: #E6E6E6. Windows color (decimal): -132790 or 4913661. OLE color: 4913661.

HSL color Cylindrical-coordinate representation of color #FDF94A: hue angle of 58.66º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDF94A is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 249 74 -
CMYK 0 0.02 0.71 0.01
HSL 58.66º 0.98% 0.64% -
HSV(B) 58.66º 0.71% 0.99% -
XYZ 75.62 89.13 19.7 -
YUV 230.25 39.83 144.23 -
System Red Green Blue C M Y K H S L
Decimal 253 249 74 0 0.02 0.71 0.01 58.66 0.98 0.64
Hex FD F9 4A 0 2 47 1 3B 62 40
Octal 375 371 112 0 2 107 1 73 142 100
Binary 11111101 11111001 1001010 0 10 1000111 1 111011 1100010 1000000

Color Harmonies of #FDF94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF94A

Black with #FDF94A

Text Example


Text Example

White with #FDF94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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