Html Css Color HEX #FFFE48 Paris Daisy

📋 copy color: '#FFFE48'

red 255 ◦ green 254 ◦ blue 72

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

Shades of Paris Daisy #FFFE48

Tints of Paris Daisy #FFFE48

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 255 254 72 -
CMYK 0 0.00 0.72 0
HSL 59.67º 1% 0.64% -
HSV(B) 59.67º 0.72% 1% -
XYZ 77.85 92.61 19.9 -
YUV 233.55 36.83 143.3 -
System Red Green Blue C M Y K H S L
Decimal 255 254 72 0 0.00 0.72 0 59.67 1 0.64
Hex FF FE 48 0 0 48 0 3C 64 40
Octal 377 376 110 0 0 110 0 74 144 100
Binary 11111111 11111110 1001000 0 0 1001000 0 111100 1100100 1000000

Color Harmonies of #FFFE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFE48

Black with #FFFE48

Text Example


Text Example

White with #FFFE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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