Html Css Color HEX #FEFE4D Paris Daisy

📋 copy color: '#FEFE4D'

red 254 ◦ green 254 ◦ blue 77

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

Shades of Paris Daisy #FEFE4D

Tints of Paris Daisy #FEFE4D

RGB

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

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

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

R = 43.42%
G = 43.42%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEFE4D (or 0xFEFE4D) is known color: Paris Daisy. HEX triplet: FE, FE and 4D. RGB value is (254,254,77). Sum of RGB (Red+Green+Blue) = 254+254+77=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 77 (30.47% from 255 or 13.16% from 585); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFE4D is #0101B2. Grayscale: #EAEAEA. Windows color (decimal): -65971 or 5111550. OLE color: 5111550.

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

Color convert

RGB 254 254 77 -
CMYK 0 0 0.70 0.00
HSL 60º 0.99% 0.65% -
HSV(B) 60º 0.7% 1% -
XYZ 77.65 92.49 20.78 -
YUV 233.82 39.5 142.39 -
System Red Green Blue C M Y K H S L
Decimal 254 254 77 0 0 0.70 0.00 60 0.99 0.65
Hex FE FE 4D 0 0 46 0 3C 63 41
Octal 376 376 115 0 0 106 0 74 143 101
Binary 11111110 11111110 1001101 0 0 1000110 0 111100 1100011 1000001

Color Harmonies of #FEFE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE4D

Black with #FEFE4D

Text Example


Text Example

White with #FEFE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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