Html Css Color HEX #FDFE4D Paris Daisy

📋 copy color: '#FDFE4D'

red 253 ◦ green 254 ◦ blue 77

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

Shades of Paris Daisy #FDFE4D

Tints of Paris Daisy #FDFE4D

RGB

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

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

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

R = 43.32%
G = 43.49%
B = 13.18%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FDFE4D (or 0xFDFE4D) is known color: Paris Daisy. HEX triplet: FD, FE and 4D. RGB value is (253,254,77). Sum of RGB (Red+Green+Blue) = 253+254+77=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 77 (30.47% from 255 or 13.18% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFE4D is #0201B2. Grayscale: #EAEAEA. Windows color (decimal): -131507 or 5111549. OLE color: 5111549.

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

Color convert

RGB 253 254 77 -
CMYK 0.00 0 0.70 0.00
HSL 60.34º 0.99% 0.65% -
HSV(B) 60.34º 0.7% 1% -
XYZ 77.29 92.3 20.76 -
YUV 233.52 39.67 141.89 -
System Red Green Blue C M Y K H S L
Decimal 253 254 77 0.00 0 0.70 0.00 60.34 0.99 0.65
Hex FD FE 4D 0 0 46 0 3C 63 41
Octal 375 376 115 0 0 106 0 74 143 101
Binary 11111101 11111110 1001101 0 0 1000110 0 111100 1100011 1000001

Color Harmonies of #FDFE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFE4D

Black with #FDFE4D

Text Example


Text Example

White with #FDFE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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