Html Css Color HEX #FFE260 Mustard

📋 copy color: '#FFE260'

red 255 ◦ green 226 ◦ blue 96

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

Shades of Mustard #FFE260

Tints of Mustard #FFE260

RGB

 RED value IS 255 (100% from 255) = 44.19%

 GREEN value IS 226 (88.67% from 255) = 39.17%

 BLUE value IS 96 (37.89% from 255) = 16.64%

R = 44.19%
G = 39.17%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFE260 (or 0xFFE260) is known color: Mustard. HEX triplet: FF, E2 and 60. RGB value is (255,226,96). Sum of RGB (Red+Green+Blue) = 255+226+96=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 96 (37.89% from 255 or 16.64% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE260 is #001D9F. Grayscale: #DCDCDC. Windows color (decimal): -7584 or 6349567. OLE color: 6349567.

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

Color convert

RGB 255 226 96 -
CMYK 0 0.11 0.62 0
HSL 49.06º 1% 0.69% -
HSV(B) 49.06º 0.62% 1% -
XYZ 70.55 76.5 22.11 -
YUV 219.85 58.11 153.07 -
System Red Green Blue C M Y K H S L
Decimal 255 226 96 0 0.11 0.62 0 49.06 1 0.69
Hex FF E2 60 0 B 3E 0 31 64 45
Octal 377 342 140 0 13 76 0 61 144 105
Binary 11111111 11100010 1100000 0 1011 111110 0 110001 1100100 1000101

Color Harmonies of #FFE260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE260

Black with #FFE260

Text Example


Text Example

White with #FFE260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE260; }

 p { color: rgb(255,226,96); }

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

background-color css

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

 a { background-color: rgb(255,226,96); }

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

border-color css

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

 span { border-color: rgb(255,226,96); }

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