Html Css Color HEX #FEFD40 Paris Daisy

📋 copy color: '#FEFD40'

red 254 ◦ green 253 ◦ blue 64

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

Shades of Paris Daisy #FEFD40

Tints of Paris Daisy #FEFD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.21%

R = 44.48%
G = 44.31%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEFD40 (or 0xFEFD40) is known color: Paris Daisy. HEX triplet: FE, FD and 40. RGB value is (254,253,64). Sum of RGB (Red+Green+Blue) = 254+253+64=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 64 (25.39% from 255 or 11.21% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD40 is #0102BF. Grayscale: #E8E8E8. Windows color (decimal): -66240 or 4259326. OLE color: 4259326.

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

Color convert

RGB 254 253 64 -
CMYK 0 0.00 0.75 0.00
HSL 59.68º 0.99% 0.62% -
HSV(B) 59.68º 0.75% 1% -
XYZ 76.92 91.69 18.49 -
YUV 231.75 33.33 143.87 -
System Red Green Blue C M Y K H S L
Decimal 254 253 64 0 0.00 0.75 0.00 59.68 0.99 0.62
Hex FE FD 40 0 0 4B 0 3C 63 3E
Octal 376 375 100 0 0 113 0 74 143 76
Binary 11111110 11111101 1000000 0 0 1001011 0 111100 1100011 111110

Color Harmonies of #FEFD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD40

Black with #FEFD40

Text Example


Text Example

White with #FEFD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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