Html Css Color HEX #FFFD4A Paris Daisy

📋 copy color: '#FFFD4A'

red 255 ◦ green 253 ◦ blue 74

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

Shades of Paris Daisy #FFFD4A

Tints of Paris Daisy #FFFD4A

RGB

 RED value IS 255 (100% from 255) = 43.81%

 GREEN value IS 253 (99.22% from 255) = 43.47%

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

R = 43.81%
G = 43.47%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFFD4A (or 0xFFFD4A) is known color: Paris Daisy. HEX triplet: FF, FD and 4A. RGB value is (255,253,74). Sum of RGB (Red+Green+Blue) = 255+253+74=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 74 (29.30% from 255 or 12.71% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD4A is #0002B5. Grayscale: #E9E9E9. Windows color (decimal): -694 or 4914687. OLE color: 4914687.

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

Color convert

RGB 255 253 74 -
CMYK 0 0.01 0.71 0
HSL 59.34º 1% 0.65% -
HSV(B) 59.34º 0.71% 1% -
XYZ 77.6 92 20.15 -
YUV 233.19 38.16 143.55 -
System Red Green Blue C M Y K H S L
Decimal 255 253 74 0 0.01 0.71 0 59.34 1 0.65
Hex FF FD 4A 0 1 47 0 3B 64 41
Octal 377 375 112 0 1 107 0 73 144 101
Binary 11111111 11111101 1001010 0 1 1000111 0 111011 1100100 1000001

Color Harmonies of #FFFD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFD4A

Black with #FFFD4A

Text Example


Text Example

White with #FFFD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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