Html Css Color HEX #FEFF4A Paris Daisy

📋 copy color: '#FEFF4A'

red 254 ◦ green 255 ◦ blue 74

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

Shades of Paris Daisy #FEFF4A

Tints of Paris Daisy #FEFF4A

RGB

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

 GREEN value IS 255 (100% from 255) = 43.74%

 BLUE value IS 74 (29.3% from 255) = 12.69%

R = 43.57%
G = 43.74%
B = 12.69%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FEFF4A (or 0xFEFF4A) is known color: Paris Daisy. HEX triplet: FE, FF and 4A. RGB value is (254,255,74). Sum of RGB (Red+Green+Blue) = 254+255+74=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 74 (29.30% from 255 or 12.69% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF4A is #0100B5. Grayscale: #EAEAEA. Windows color (decimal): -65718 or 4915198. OLE color: 4915198.

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

Color convert

RGB 254 255 74 -
CMYK 0.00 0 0.71 0
HSL 60.33º 1% 0.65% -
HSV(B) 60.33º 0.71% 1% -
XYZ 77.87 93.09 20.34 -
YUV 234.07 37.67 142.22 -
System Red Green Blue C M Y K H S L
Decimal 254 255 74 0.00 0 0.71 0 60.33 1 0.65
Hex FE FF 4A 0 0 47 0 3C 64 41
Octal 376 377 112 0 0 107 0 74 144 101
Binary 11111110 11111111 1001010 0 0 1000111 0 111100 1100100 1000001

Color Harmonies of #FEFF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFF4A

Black with #FEFF4A

Text Example


Text Example

White with #FEFF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFF4A; }

 p { color: rgb(254,255,74); }

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

background-color css

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

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

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

border-color css

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

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

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