Html Css Color HEX #FEFD49 Paris Daisy

📋 copy color: '#FEFD49'

red 254 ◦ green 253 ◦ blue 73

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

Shades of Paris Daisy #FEFD49

Tints of Paris Daisy #FEFD49

RGB

 RED value IS 254 (99.61% from 255) = 43.79%

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

 BLUE value IS 73 (28.91% from 255) = 12.59%

R = 43.79%
G = 43.62%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEFD49 (or 0xFEFD49) is known color: Paris Daisy. HEX triplet: FE, FD and 49. RGB value is (254,253,73). Sum of RGB (Red+Green+Blue) = 254+253+73=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 73 (28.91% from 255 or 12.59% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD49 is #0102B6. Grayscale: #E9E9E9. Windows color (decimal): -66231 or 4849150. OLE color: 4849150.

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

Color convert

RGB 254 253 73 -
CMYK 0 0.00 0.71 0.00
HSL 59.67º 0.99% 0.64% -
HSV(B) 59.67º 0.71% 1% -
XYZ 77.2 91.8 19.95 -
YUV 232.78 37.83 143.14 -
System Red Green Blue C M Y K H S L
Decimal 254 253 73 0 0.00 0.71 0.00 59.67 0.99 0.64
Hex FE FD 49 0 0 47 0 3C 63 40
Octal 376 375 111 0 0 107 0 74 143 100
Binary 11111110 11111101 1001001 0 0 1000111 0 111100 1100011 1000000

Color Harmonies of #FEFD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD49

Black with #FEFD49

Text Example


Text Example

White with #FEFD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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