Html Css Color HEX #FFE248 Paris Daisy

📋 copy color: '#FFE248'

red 255 ◦ green 226 ◦ blue 72

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

Shades of Paris Daisy #FFE248

Tints of Paris Daisy #FFE248

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.87%

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

R = 46.11%
G = 40.87%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FFE248 (or 0xFFE248) is known color: Paris Daisy. HEX triplet: FF, E2 and 48. RGB value is (255,226,72). Sum of RGB (Red+Green+Blue) = 255+226+72=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 72 (28.52% from 255 or 13.02% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE248 is #001DB7. Grayscale: #D9D9D9. Windows color (decimal): -7608 or 4776703. OLE color: 4776703.

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

Color convert

RGB 255 226 72 -
CMYK 0 0.11 0.72 0
HSL 50.49º 1% 0.64% -
HSV(B) 50.49º 0.72% 1% -
XYZ 69.61 76.12 17.16 -
YUV 217.12 46.11 155.02 -
System Red Green Blue C M Y K H S L
Decimal 255 226 72 0 0.11 0.72 0 50.49 1 0.64
Hex FF E2 48 0 B 48 0 32 64 40
Octal 377 342 110 0 13 110 0 62 144 100
Binary 11111111 11100010 1001000 0 1011 1001000 0 110010 1100100 1000000

Color Harmonies of #FFE248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE248

Black with #FFE248

Text Example


Text Example

White with #FFE248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE248; }

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

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

background-color css

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

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

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

border-color css

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

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

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