Html Css Color HEX #FDF64A Paris Daisy

📋 copy color: '#FDF64A'

red 253 ◦ green 246 ◦ blue 74

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

Shades of Paris Daisy #FDF64A

Tints of Paris Daisy #FDF64A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.93%

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

R = 44.15%
G = 42.93%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDF64A (or 0xFDF64A) is known color: Paris Daisy. HEX triplet: FD, F6 and 4A. RGB value is (253,246,74). Sum of RGB (Red+Green+Blue) = 253+246+74=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 246 (96.48% from 255 or 42.93% from 573); Blue value is 74 (29.30% from 255 or 12.91% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF64A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF64A is #0209B5. Grayscale: #E5E5E5. Windows color (decimal): -133558 or 4912893. OLE color: 4912893.

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

Color convert

RGB 253 246 74 -
CMYK 0 0.03 0.71 0.01
HSL 57.65º 0.98% 0.64% -
HSV(B) 57.65º 0.71% 0.99% -
XYZ 74.7 87.29 19.39 -
YUV 228.49 40.82 145.49 -
System Red Green Blue C M Y K H S L
Decimal 253 246 74 0 0.03 0.71 0.01 57.65 0.98 0.64
Hex FD F6 4A 0 3 47 1 3A 62 40
Octal 375 366 112 0 3 107 1 72 142 100
Binary 11111101 11110110 1001010 0 11 1000111 1 111010 1100010 1000000

Color Harmonies of #FDF64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF64A

Black with #FDF64A

Text Example


Text Example

White with #FDF64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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