Html Css Color HEX #FEF040 Paris Daisy

📋 copy color: '#FEF040'

red 254 ◦ green 240 ◦ blue 64

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

Shades of Paris Daisy #FEF040

Tints of Paris Daisy #FEF040

RGB

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

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

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

R = 45.52%
G = 43.01%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEF040 (or 0xFEF040) is known color: Paris Daisy. HEX triplet: FE, F0 and 40. RGB value is (254,240,64). Sum of RGB (Red+Green+Blue) = 254+240+64=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 64 (25.39% from 255 or 11.47% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF040 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF040 is #010FBF. Grayscale: #E0E0E0. Windows color (decimal): -69568 or 4255998. OLE color: 4255998.

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

Color convert

RGB 254 240 64 -
CMYK 0 0.06 0.75 0.00
HSL 55.58º 0.99% 0.62% -
HSV(B) 55.58º 0.75% 1% -
XYZ 72.96 83.76 17.17 -
YUV 224.12 37.64 149.31 -
System Red Green Blue C M Y K H S L
Decimal 254 240 64 0 0.06 0.75 0.00 55.58 0.99 0.62
Hex FE F0 40 0 6 4B 0 38 63 3E
Octal 376 360 100 0 6 113 0 70 143 76
Binary 11111110 11110000 1000000 0 110 1001011 0 111000 1100011 111110

Color Harmonies of #FEF040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF040

Black with #FEF040

Text Example


Text Example

White with #FEF040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF040; }

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

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

background-color css

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

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

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

border-color css

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

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

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