Html Css Color HEX #FEF848 Paris Daisy

📋 copy color: '#FEF848'

red 254 ◦ green 248 ◦ blue 72

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

Shades of Paris Daisy #FEF848

Tints of Paris Daisy #FEF848

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.21%

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

R = 44.25%
G = 43.21%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEF848 (or 0xFEF848) is known color: Paris Daisy. HEX triplet: FE, F8 and 48. RGB value is (254,248,72). Sum of RGB (Red+Green+Blue) = 254+248+72=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 72 (28.52% from 255 or 12.54% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF848 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF848 is #0107B7. Grayscale: #E6E6E6. Windows color (decimal): -67512 or 4782334. OLE color: 4782334.

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

Color convert

RGB 254 248 72 -
CMYK 0 0.02 0.72 0.00
HSL 58.02º 0.99% 0.64% -
HSV(B) 58.02º 0.72% 1% -
XYZ 75.61 88.67 19.26 -
YUV 229.73 38.99 145.31 -
System Red Green Blue C M Y K H S L
Decimal 254 248 72 0 0.02 0.72 0.00 58.02 0.99 0.64
Hex FE F8 48 0 2 48 0 3A 63 40
Octal 376 370 110 0 2 110 0 72 143 100
Binary 11111110 11111000 1001000 0 10 1001000 0 111010 1100011 1000000

Color Harmonies of #FEF848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF848

Black with #FEF848

Text Example


Text Example

White with #FEF848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF848; }

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

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

background-color css

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

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

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

border-color css

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

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

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