Html Css Color HEX #FEF949 Paris Daisy

📋 copy color: '#FEF949'

red 254 ◦ green 249 ◦ blue 73

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

Shades of Paris Daisy #FEF949

Tints of Paris Daisy #FEF949

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.23%

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

R = 44.1%
G = 43.23%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEF949 (or 0xFEF949) is known color: Paris Daisy. HEX triplet: FE, F9 and 49. RGB value is (254,249,73). Sum of RGB (Red+Green+Blue) = 254+249+73=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 73 (28.91% from 255 or 12.67% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF949 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF949 is #0106B6. Grayscale: #E7E7E7. Windows color (decimal): -67255 or 4848126. OLE color: 4848126.

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

Color convert

RGB 254 249 73 -
CMYK 0 0.02 0.71 0.00
HSL 58.34º 0.99% 0.64% -
HSV(B) 58.34º 0.71% 1% -
XYZ 75.95 89.3 19.54 -
YUV 230.43 39.16 144.81 -
System Red Green Blue C M Y K H S L
Decimal 254 249 73 0 0.02 0.71 0.00 58.34 0.99 0.64
Hex FE F9 49 0 2 47 0 3A 63 40
Octal 376 371 111 0 2 107 0 72 143 100
Binary 11111110 11111001 1001001 0 10 1000111 0 111010 1100011 1000000

Color Harmonies of #FEF949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF949

Black with #FEF949

Text Example


Text Example

White with #FEF949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF949; }

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

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

background-color css

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

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

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

border-color css

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

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

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