Html Css Color HEX #FEF049 Paris Daisy

📋 copy color: '#FEF049'

red 254 ◦ green 240 ◦ blue 73

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

Shades of Paris Daisy #FEF049

Tints of Paris Daisy #FEF049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 12.87%

R = 44.8%
G = 42.33%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEF049 (or 0xFEF049) is known color: Paris Daisy. HEX triplet: FE, F0 and 49. RGB value is (254,240,73). Sum of RGB (Red+Green+Blue) = 254+240+73=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 73 (28.91% from 255 or 12.87% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF049 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF049 is #010FB6. Grayscale: #E1E1E1. Windows color (decimal): -69559 or 4845822. OLE color: 4845822.

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

Color convert

RGB 254 240 73 -
CMYK 0 0.06 0.71 0.00
HSL 55.36º 0.99% 0.64% -
HSV(B) 55.36º 0.71% 1% -
XYZ 73.24 83.87 18.63 -
YUV 225.15 42.14 148.58 -
System Red Green Blue C M Y K H S L
Decimal 254 240 73 0 0.06 0.71 0.00 55.36 0.99 0.64
Hex FE F0 49 0 6 47 0 37 63 40
Octal 376 360 111 0 6 107 0 67 143 100
Binary 11111110 11110000 1001001 0 110 1000111 0 110111 1100011 1000000

Color Harmonies of #FEF049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF049

Black with #FEF049

Text Example


Text Example

White with #FEF049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF049; }

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

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

background-color css

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

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

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

border-color css

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

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

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