#FED726

Color #FED726 Turbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turbo #FED726

Tints of Turbo #FED726

Color information

#FED726 (or 0xFED726) is unknown color: approx Turbo. HEX triplet: FE, D7 and 26. RGB value is (254,215,38). Sum of RGB (Red+Green+Blue) = 254+215+38=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 38 (15.23% from 255 or 7.50% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FED726 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED726 is #0128D9. Grayscale: #CFCFCF. Windows color (decimal): -75994 or 2545662. OLE color: 2545662.

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

Color convert

RGB25421538-
CMYK00.150.850.00
HSL49.17º99.08%57.25%-
HSV(B)49.17º85.04%99.61%-
XYZ65.5269.8111.86-
YUV206.4832.92161.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.10%
GREEN value IS 215 (84.38% from 255) = 42.41%
BLUE value IS 38 (15.23% from 255) = 7.50%
R=50.10%
G=42.41%
B=7.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.85
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542153800.150.850.0049.1799.0857.25
HexFED7260F550316339
Octal3763274601712506114371
Binary111111101101011110011001111101010101100011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED726; }

 p { color: rgb(254,215,38); }

 H1.HeaderClassName
 {
   color: #FED726;
 }
 .AnyTagClassName
 {
   color: #FED726;
 }
</style>
background-color css

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

 a { background-color: rgb(254,215,38); }

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

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

 span { border-color: rgb(254,215,38); }

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