Html Css Color HEX #FEFF48 Paris Daisy

📋 copy color: '#FEFF48'

red 254 ◦ green 255 ◦ blue 72

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

Shades of Paris Daisy #FEFF48

Tints of Paris Daisy #FEFF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 12.39%

R = 43.72%
G = 43.89%
B = 12.39%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FEFF48 (or 0xFEFF48) is known color: Paris Daisy. HEX triplet: FE, FF and 48. RGB value is (254,255,72). Sum of RGB (Red+Green+Blue) = 254+255+72=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 72 (28.52% from 255 or 12.39% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF48 is #0100B7. Grayscale: #EAEAEA. Windows color (decimal): -65720 or 4784126. OLE color: 4784126.

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

Color convert

RGB 254 255 72 -
CMYK 0.00 0 0.72 0
HSL 60.33º 1% 0.64% -
HSV(B) 60.33º 0.72% 1% -
XYZ 77.8 93.06 19.99 -
YUV 233.84 36.67 142.38 -
System Red Green Blue C M Y K H S L
Decimal 254 255 72 0.00 0 0.72 0 60.33 1 0.64
Hex FE FF 48 0 0 48 0 3C 64 40
Octal 376 377 110 0 0 110 0 74 144 100
Binary 11111110 11111111 1001000 0 0 1001000 0 111100 1100100 1000000

Color Harmonies of #FEFF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFF48

Black with #FEFF48

Text Example


Text Example

White with #FEFF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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