Html Css Color HEX #FEF048 Paris Daisy

📋 copy color: '#FEF048'

red 254 ◦ green 240 ◦ blue 72

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

Shades of Paris Daisy #FEF048

Tints of Paris Daisy #FEF048

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.4%

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

R = 44.88%
G = 42.4%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEF048 (or 0xFEF048) is known color: Paris Daisy. HEX triplet: FE, F0 and 48. RGB value is (254,240,72). Sum of RGB (Red+Green+Blue) = 254+240+72=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 72 (28.52% from 255 or 12.72% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF048 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF048 is #010FB7. Grayscale: #E1E1E1. Windows color (decimal): -69560 or 4780286. OLE color: 4780286.

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

Color convert

RGB 254 240 72 -
CMYK 0 0.06 0.72 0.00
HSL 55.38º 0.99% 0.64% -
HSV(B) 55.38º 0.72% 1% -
XYZ 73.2 83.86 18.46 -
YUV 225.03 41.64 148.66 -
System Red Green Blue C M Y K H S L
Decimal 254 240 72 0 0.06 0.72 0.00 55.38 0.99 0.64
Hex FE F0 48 0 6 48 0 37 63 40
Octal 376 360 110 0 6 110 0 67 143 100
Binary 11111110 11110000 1001000 0 110 1001000 0 110111 1100011 1000000

Color Harmonies of #FEF048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF048

Black with #FEF048

Text Example


Text Example

White with #FEF048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF048; }

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

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

background-color css

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

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

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

border-color css

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

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

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