Html Css Color HEX #FEF940 Paris Daisy

📋 copy color: '#FEF940'

red 254 ◦ green 249 ◦ blue 64

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

Shades of Paris Daisy #FEF940

Tints of Paris Daisy #FEF940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.29%

R = 44.8%
G = 43.92%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEF940 (or 0xFEF940) is known color: Paris Daisy. HEX triplet: FE, F9 and 40. RGB value is (254,249,64). Sum of RGB (Red+Green+Blue) = 254+249+64=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 64 (25.39% from 255 or 11.29% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF940 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF940 is #0106BF. Grayscale: #E6E6E6. Windows color (decimal): -67264 or 4258302. OLE color: 4258302.

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

Color convert

RGB 254 249 64 -
CMYK 0 0.02 0.75 0.00
HSL 58.42º 0.99% 0.62% -
HSV(B) 58.42º 0.75% 1% -
XYZ 75.67 89.19 18.08 -
YUV 229.41 34.66 145.54 -
System Red Green Blue C M Y K H S L
Decimal 254 249 64 0 0.02 0.75 0.00 58.42 0.99 0.62
Hex FE F9 40 0 2 4B 0 3A 63 3E
Octal 376 371 100 0 2 113 0 72 143 76
Binary 11111110 11111001 1000000 0 10 1001011 0 111010 1100011 111110

Color Harmonies of #FEF940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF940

Black with #FEF940

Text Example


Text Example

White with #FEF940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF940; }

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

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

background-color css

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

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

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

border-color css

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

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

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