Html Css Color HEX #FDFE4A Paris Daisy

📋 copy color: '#FDFE4A'

red 253 ◦ green 254 ◦ blue 74

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

Shades of Paris Daisy #FDFE4A

Tints of Paris Daisy #FDFE4A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.72%

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

R = 43.55%
G = 43.72%
B = 12.74%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FDFE4A (or 0xFDFE4A) is known color: Paris Daisy. HEX triplet: FD, FE and 4A. RGB value is (253,254,74). Sum of RGB (Red+Green+Blue) = 253+254+74=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 74 (29.30% from 255 or 12.74% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE4A is #0201B5. Grayscale: #E9E9E9. Windows color (decimal): -131510 or 4914941. OLE color: 4914941.

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

Color convert

RGB 253 254 74 -
CMYK 0.00 0 0.71 0.00
HSL 60.33º 0.99% 0.64% -
HSV(B) 60.33º 0.71% 1% -
XYZ 77.19 92.26 20.22 -
YUV 233.18 38.17 142.14 -
System Red Green Blue C M Y K H S L
Decimal 253 254 74 0.00 0 0.71 0.00 60.33 0.99 0.64
Hex FD FE 4A 0 0 47 0 3C 63 40
Octal 375 376 112 0 0 107 0 74 143 100
Binary 11111101 11111110 1001010 0 0 1000111 0 111100 1100011 1000000

Color Harmonies of #FDFE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFE4A

Black with #FDFE4A

Text Example


Text Example

White with #FDFE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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