#FED619

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

Shades of Turbo #FED619

Tints of Turbo #FED619

Color information

#FED619 (or 0xFED619) is unknown color: approx Turbo. HEX triplet: FE, D6 and 19. RGB value is (254,214,25). Sum of RGB (Red+Green+Blue) = 254+214+25=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 25 (10.16% from 255 or 5.07% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FED619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED619 is #0129E6. Grayscale: #CDCDCD. Windows color (decimal): -76263 or 1693438. OLE color: 1693438.

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

Color convert

RGB25421425-
CMYK00.160.900.00
HSL49.52º99.13%54.71%-
HSV(B)49.52º90.16%99.61%-
XYZ65.169.2310.85-
YUV204.4126.75163.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.52%
GREEN value IS 214 (83.98% from 255) = 43.41%
BLUE value IS 25 (10.16% from 255) = 5.07%
R=51.52%
G=43.41%
B=5.07%

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
Decimal2542142500.160.900.0049.5299.1354.71
HexFED6190105A0326337
Octal3763263102013206214367
Binary111111101101011011001010000101101001100101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED619; }

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

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

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

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

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

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

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

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