#FED519

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

Shades of Turbo #FED519

Tints of Turbo #FED519

Color information

#FED519 (or 0xFED519) is unknown color: approx Turbo. HEX triplet: FE, D5 and 19. RGB value is (254,213,25). Sum of RGB (Red+Green+Blue) = 254+213+25=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 25 (10.16% from 255 or 5.08% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FED519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED519 is #012AE6. Grayscale: #CCCCCC. Windows color (decimal): -76519 or 1693182. OLE color: 1693182.

HSL color Cylindrical-coordinate representation of color #FED519: hue angle of 49.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FED519 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB25421325-
CMYK00.160.900.00
HSL49.26º99.13%54.71%-
HSV(B)49.26º90.16%99.61%-
XYZ64.8468.7310.77-
YUV203.8327.08163.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.63%
GREEN value IS 213 (83.59% from 255) = 43.29%
BLUE value IS 25 (10.16% from 255) = 5.08%
R=51.63%
G=43.29%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.90
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542132500.160.900.0049.2699.1354.71
HexFED5190105A0316337
Octal3763253102013206114367
Binary111111101101010111001010000101101001100011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED519; }

 p { color: rgb(254,213,25); }

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

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

 a { background-color: rgb(254,213,25); }

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

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

 span { border-color: rgb(254,213,25); }

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