#FED419

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

Shades of Turbo #FED419

Tints of Turbo #FED419

Color information

#FED419 (or 0xFED419) is unknown color: approx Turbo. HEX triplet: FE, D4 and 19. RGB value is (254,212,25). Sum of RGB (Red+Green+Blue) = 254+212+25=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 25 (10.16% from 255 or 5.09% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FED419 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED419 is #012BE6. Grayscale: #CCCCCC. Windows color (decimal): -76775 or 1692926. OLE color: 1692926.

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

Color convert

RGB25421225-
CMYK00.170.900.00
HSL49º99.13%54.71%-
HSV(B)49º90.16%99.61%-
XYZ64.5968.2310.68-
YUV203.2427.41164.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.73%
GREEN value IS 212 (83.20% from 255) = 43.18%
BLUE value IS 25 (10.16% from 255) = 5.09%
R=51.73%
G=43.18%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.90
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542122500.170.900.004999.1354.71
HexFED4190115A0316337
Octal3763243102113206114367
Binary111111101101010011001010001101101001100011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED419; }

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

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

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

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

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

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

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

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