Html Css Color HEX #FEFE4F Paris Daisy

📋 copy color: '#FEFE4F'

red 254 ◦ green 254 ◦ blue 79

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

Shades of Paris Daisy #FEFE4F

Tints of Paris Daisy #FEFE4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 13.46%

R = 43.27%
G = 43.27%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEFE4F (or 0xFEFE4F) is known color: Paris Daisy. HEX triplet: FE, FE and 4F. RGB value is (254,254,79). Sum of RGB (Red+Green+Blue) = 254+254+79=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 79 (31.25% from 255 or 13.46% from 587); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE4F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFE4F is #0101B0. Grayscale: #EAEAEA. Windows color (decimal): -65969 or 5242622. OLE color: 5242622.

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

Color convert

RGB 254 254 79 -
CMYK 0 0 0.69 0.00
HSL 60º 0.99% 0.65% -
HSV(B) 60º 0.69% 1% -
XYZ 77.73 92.52 21.16 -
YUV 234.05 40.5 142.23 -
System Red Green Blue C M Y K H S L
Decimal 254 254 79 0 0 0.69 0.00 60 0.99 0.65
Hex FE FE 4F 0 0 45 0 3C 63 41
Octal 376 376 117 0 0 105 0 74 143 101
Binary 11111110 11111110 1001111 0 0 1000101 0 111100 1100011 1000001

Color Harmonies of #FEFE4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE4F

Black with #FEFE4F

Text Example


Text Example

White with #FEFE4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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